Aws Source Details Args
data class AwsSourceDetailsArgs(val accessKeyCreds: Output<AccessKeyCredentialsArgs>? = null, val awsRegion: Output<String>? = null, val inventorySecurityGroupNames: Output<List<String>>? = null, val inventoryTagList: Output<List<TagArgs>>? = null, val migrationResourcesUserTags: Output<Map<String, String>>? = null) : ConvertibleToJava<AwsSourceDetailsArgs>
AwsSourceDetails message describes a specific source details for the AWS source type.
Properties
Link copied to clipboard
AWS Credentials using access key id and secret.
Link copied to clipboard
AWS security group names to limit the scope of the source inventory.
Link copied to clipboard
AWS resource tags to limit the scope of the source inventory.
Link copied to clipboard
User specified tags to add to every M2VM generated resource in AWS. These tags will be set in addition to the default tags that are set as part of the migration process. The tags must not begin with the reserved prefix m2vm
.