ActionExecutionInput
public struct ActionExecutionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let actionTypeId: ActionTypeId?
-
Configuration data for an action execution.
Declaration
Swift
public let configuration: [String : String]?
-
Details of input artifacts of the action that correspond to the action execution.
Declaration
Swift
public let inputArtifacts: [ArtifactDetail]?
-
The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.
Declaration
Swift
public let namespace: String?
-
The AWS Region for the action, such as us-east-1.
Declaration
Swift
public let region: String?
-
Configuration data for an action execution with all variable references replaced with their real values for the execution.
Declaration
Swift
public let resolvedConfiguration: [String : String]?
-
The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.
Declaration
Swift
public let roleArn: String?
-
Undocumented
Declaration
Swift
public init(actionTypeId: ActionTypeId? = nil, configuration: [String : String]? = nil, inputArtifacts: [ArtifactDetail]? = nil, namespace: String? = nil, region: String? = nil, resolvedConfiguration: [String : String]? = nil, roleArn: String? = nil)