AssociateCreatedArtifactRequest
public struct AssociateCreatedArtifactRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
Declaration
Swift
public let createdArtifact: CreatedArtifact
-
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
Declaration
Swift
public let dryRun: Bool?
-
Unique identifier that references the migration task. Do not store personal data in this field.
Declaration
Swift
public let migrationTaskName: String
-
The name of the ProgressUpdateStream.
Declaration
Swift
public let progressUpdateStream: String
-
Undocumented
Declaration
Swift
public init(createdArtifact: CreatedArtifact, dryRun: Bool? = nil, migrationTaskName: String, progressUpdateStream: String)
-
Declaration
Swift
public func validate(name: String) throws