Uses of Class
software.amazon.awscdk.services.config.CfnDeliveryChannel.Builder
-
Uses of CfnDeliveryChannel.Builder in software.amazon.awscdk.services.config
Modifier and TypeMethodDescriptionCfnDeliveryChannel.Builder.configSnapshotDeliveryProperties
(IResolvable configSnapshotDeliveryProperties) The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.CfnDeliveryChannel.Builder.configSnapshotDeliveryProperties
(CfnDeliveryChannel.ConfigSnapshotDeliveryPropertiesProperty configSnapshotDeliveryProperties) The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.static CfnDeliveryChannel.Builder
A name for the delivery channel.CfnDeliveryChannel.Builder.s3BucketName
(String s3BucketName) The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.CfnDeliveryChannel.Builder.s3KeyPrefix
(String s3KeyPrefix) The prefix for the specified Amazon S3 bucket.CfnDeliveryChannel.Builder.s3KmsKeyArn
(String s3KmsKeyArn) The Amazon Resource Name (ARN) of the AWS Key Management Service ( AWS KMS ) AWS KMS key (KMS key) used to encrypt objects delivered by AWS Config .CfnDeliveryChannel.Builder.snsTopicArn
(String snsTopicArn) The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.