DeliveryChannel
The channel through which Amazon Config delivers notifications and updated configuration states.
Contents
- configSnapshotDeliveryProperties
-
The options for how often Amazon Config delivers configuration snapshots to the Amazon S3 bucket.
Type: ConfigSnapshotDeliveryProperties object
Required: No
- name
-
The name of the delivery channel. By default, Amazon Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: No
- s3BucketName
-
The name of the Amazon S3 bucket to which Amazon Config delivers configuration snapshots and configuration history files.
If you specify a bucket that belongs to another Amazon Web Services account, that bucket must have policies that grant access permissions to Amazon Config. For more information, see Permissions for the Amazon S3 Bucket in the Amazon Config Developer Guide.
Type: String
Required: No
- s3KeyPrefix
-
The prefix for the specified Amazon S3 bucket.
Type: String
Required: No
- s3KmsKeyArn
-
The Amazon Resource Name (ARN) of the Amazon Key Management Service (Amazon KMS ) Amazon KMS key (KMS key) used to encrypt objects delivered by Amazon Config. Must belong to the same Region as the destination S3 bucket.
Type: String
Required: No
- snsTopicARN
-
The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon Config sends notifications about configuration changes.
If you choose a topic from another account, the topic must have policies that grant access permissions to Amazon Config. For more information, see Permissions for the Amazon SNS Topic in the Amazon Config Developer Guide.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: