Initializer
Properties
| Name | Type | Description |
|---|---|---|
roleArn | string | (Required) Amazon Resource Name (ARN) of the IAM Role to assume. |
duration | string | (Optional) The duration individual credentials will be valid. |
externalId | string | (Optional) External identifier to use when assuming the role. |
policy | string | (Optional) IAM Policy JSON describing further restricting permissions for the IAM Role being assumed. |
policyArns | string[] | (Optional) Set of Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed. |
sessionName | string | (Optional) Session name to use when assuming the role. |
sourceIdentity | string | (Optional) Source identity specified by the principal assuming the. |
tags | {[ key: string ]: string} | (Optional) Map of assume role session tags. |
transitiveTagKeys | string[] | (Optional) Set of assume role session tag keys to pass to any subsequent sessions. |
roleArnRequired
- Type: string
durationOptional
- Type: string
externalIdOptional
- Type: string
policyOptional
- Type: string
policyArnsOptional
- Type: string[]
sessionNameOptional
- Type: string
sourceIdentityOptional
- Type: string
tagsOptional
- Type: {[ key: string ]: string}
transitiveTagKeysOptional
- Type: string[]