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)
Properties
Link copied to clipboard
Connect to your cloud account, for AWS use either account credentials or role-based authentication. For GCP use account organization credentials. Expected value is 'awsAssumeRole'.
Link copied to clipboard
Assumed role ID is an identifier that you can use to create temporary security credentials.
Link copied to clipboard
A unique identifier that is required when you assume a role in another account.