roleArn property
The Amazon Resource Name (ARN) of the role to support temporary
credentials via AssumeRoleWithWebIdentity
.
For more information about ARNs, see
IAM ARNs.
When a role ARN is provided, Transfer Service fetches temporary
credentials for the session using a AssumeRoleWithWebIdentity
call for
the provided role using the GoogleServiceAccount for this project.
Implementation
core.String? roleArn;