| Package | Description |
|---|---|
| software.amazon.awscdk.services.config |
AWS Config Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnDeliveryChannel.Builder |
CfnDeliveryChannel.Builder.configSnapshotDeliveryProperties(CfnDeliveryChannel.ConfigSnapshotDeliveryPropertiesProperty configSnapshotDeliveryProperties)
The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
|
CfnDeliveryChannel.Builder |
CfnDeliveryChannel.Builder.configSnapshotDeliveryProperties(IResolvable configSnapshotDeliveryProperties)
The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
|
static CfnDeliveryChannel.Builder |
CfnDeliveryChannel.Builder.create(software.constructs.Construct scope,
String id) |
CfnDeliveryChannel.Builder |
CfnDeliveryChannel.Builder.name(String name)
A name for the delivery channel.
|
CfnDeliveryChannel.Builder |
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 |
CfnDeliveryChannel.Builder.s3KeyPrefix(String s3KeyPrefix)
The prefix for the specified Amazon S3 bucket.
|
CfnDeliveryChannel.Builder |
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 |
CfnDeliveryChannel.Builder.snsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.
|
Copyright © 2022. All rights reserved.