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