class Aws::MigrationHub::Types::AssociateCreatedArtifactRequest

@note When making an API call, you may pass AssociateCreatedArtifactRequest

data as a hash:

    {
      progress_update_stream: "ProgressUpdateStream", # required
      migration_task_name: "MigrationTaskName", # required
      created_artifact: { # required
        name: "CreatedArtifactName", # required
        description: "CreatedArtifactDescription",
      },
      dry_run: false,
    }

@!attribute [rw] progress_update_stream

The name of the ProgressUpdateStream.
@return [String]

@!attribute [rw] migration_task_name

Unique identifier that references the migration task. *Do not store
personal data in this field.*
@return [String]

@!attribute [rw] created_artifact

An ARN of the AWS resource related to the migration (e.g., AMI, EC2
instance, RDS instance, etc.)
@return [Types::CreatedArtifact]

@!attribute [rw] dry_run

Optional boolean flag to indicate whether any effect should take
place. Used to test if the caller has permission to make the call.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/AWSMigrationHub-2017-05-31/AssociateCreatedArtifactRequest AWS API Documentation

Constants

SENSITIVE