Aw Assume Role Authentication Details Properties Args
data class AwAssumeRoleAuthenticationDetailsPropertiesArgs(val authenticationType: Output<String>, val awsAssumeRoleArn: Output<String>, val awsExternalId: Output<String>) : ConvertibleToJava<AwAssumeRoleAuthenticationDetailsPropertiesArgs>
AWS cloud account connector based assume role, the role enables delegating access to your AWS resources. The role is composed of role Amazon Resource Name (ARN) and external ID. For more details, refer to Creating a Role to Delegate Permissions to an IAM User (write only)
Constructors
Link copied to clipboard
fun AwAssumeRoleAuthenticationDetailsPropertiesArgs(authenticationType: Output<String>, awsAssumeRoleArn: Output<String>, awsExternalId: Output<String>)