Resource Data Sync Args
data class ResourceDataSyncArgs(val bucketName: Output<String>? = null, val bucketPrefix: Output<String>? = null, val bucketRegion: Output<String>? = null, val kmsKeyArn: Output<String>? = null, val s3Destination: Output<ResourceDataSyncS3DestinationArgs>? = null, val syncFormat: Output<String>? = null, val syncName: Output<String>? = null, val syncSource: Output<ResourceDataSyncSyncSourceArgs>? = null, val syncType: Output<String>? = null) : ConvertibleToJava<ResourceDataSyncArgs>
Resource Type definition for AWS::SSM::ResourceDataSync
Example Usage
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
constructor(bucketName: Output<String>? = null, bucketPrefix: Output<String>? = null, bucketRegion: Output<String>? = null, kmsKeyArn: Output<String>? = null, s3Destination: Output<ResourceDataSyncS3DestinationArgs>? = null, syncFormat: Output<String>? = null, syncName: Output<String>? = null, syncSource: Output<ResourceDataSyncSyncSourceArgs>? = null, syncType: Output<String>? = null)
Properties
Link copied to clipboard
The name of the S3 bucket where the aggregated data is stored.
Link copied to clipboard
An Amazon S3 prefix for the bucket.
Link copied to clipboard
The AWS Region with the S3 bucket targeted by the resource data sync.
Link copied to clipboard
Link copied to clipboard
Configuration information for the target S3 bucket.
Link copied to clipboard
A supported sync format. The following format is currently supported: JsonSerDe
Link copied to clipboard
Information about the source where the data was synchronized.
Link copied to clipboard