Location S3Args
data class LocationS3Args(val s3BucketArn: Output<String>? = null, val s3Config: Output<LocationS3s3ConfigArgs>? = null, val s3StorageClass: Output<LocationS3S3StorageClass>? = null, val subdirectory: Output<String>? = null, val tags: Output<List<LocationS3TagArgs>>? = null) : ConvertibleToJava<LocationS3Args>
Resource schema for AWS::DataSync::LocationS3
Example Usage
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
fun LocationS3Args(s3BucketArn: Output<String>? = null, s3Config: Output<LocationS3s3ConfigArgs>? = null, s3StorageClass: Output<LocationS3S3StorageClass>? = null, subdirectory: Output<String>? = null, tags: Output<List<LocationS3TagArgs>>? = null)