Aws S3Data Response
data class AwsS3DataResponse(val awsAccessKey: AwsAccessKeyResponse, val bucketName: String, val path: String, val roleArn: String)
An AwsS3Data resource can be a data source, but not a data sink. In an AwsS3Data resource, an object's name is the S3 object's key name.
Constructors
Link copied to clipboard
fun AwsS3DataResponse(awsAccessKey: AwsAccessKeyResponse, bucketName: String, path: String, roleArn: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
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.