| Package | Description |
|---|---|
| software.amazon.awscdk.services.ssm |
AWS Systems Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnResourceDataSync.Builder |
CfnResourceDataSync.Builder.bucketName(String bucketName)
The name of the S3 bucket where the aggregated data is stored.
|
CfnResourceDataSync.Builder |
CfnResourceDataSync.Builder.bucketPrefix(String bucketPrefix)
An Amazon S3 prefix for the bucket.
|
CfnResourceDataSync.Builder |
CfnResourceDataSync.Builder.bucketRegion(String bucketRegion)
The AWS Region with the S3 bucket targeted by the resource data sync.
|
static CfnResourceDataSync.Builder |
CfnResourceDataSync.Builder.create(software.constructs.Construct scope,
String id) |
CfnResourceDataSync.Builder |
CfnResourceDataSync.Builder.kmsKeyArn(String kmsKeyArn)
The ARN of an encryption key for a destination in Amazon S3 .
|
CfnResourceDataSync.Builder |
CfnResourceDataSync.Builder.s3Destination(CfnResourceDataSync.S3DestinationProperty s3Destination)
Configuration information for the target S3 bucket.
|
CfnResourceDataSync.Builder |
CfnResourceDataSync.Builder.s3Destination(IResolvable s3Destination)
Configuration information for the target S3 bucket.
|
CfnResourceDataSync.Builder |
CfnResourceDataSync.Builder.syncFormat(String syncFormat)
A supported sync format.
|
CfnResourceDataSync.Builder |
CfnResourceDataSync.Builder.syncName(String syncName)
A name for the resource data sync.
|
CfnResourceDataSync.Builder |
CfnResourceDataSync.Builder.syncSource(CfnResourceDataSync.SyncSourceProperty syncSource)
Information about the source where the data was synchronized.
|
CfnResourceDataSync.Builder |
CfnResourceDataSync.Builder.syncSource(IResolvable syncSource)
Information about the source where the data was synchronized.
|
CfnResourceDataSync.Builder |
CfnResourceDataSync.Builder.syncType(String syncType)
The type of resource data sync.
|
Copyright © 2022. All rights reserved.