Aws S3Data Args
data class AwsS3DataArgs(val awsAccessKey: Output<AwsAccessKeyArgs>? = null, val bucketName: Output<String>, val path: Output<String>? = null, val roleArn: Output<String>? = null) : ConvertibleToJava<AwsS3DataArgs>
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 AwsS3DataArgs(awsAccessKey: Output<AwsAccessKeyArgs>? = null, bucketName: Output<String>, path: Output<String>? = null, roleArn: Output<String>? = null)
Functions
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.