AwsConfigServiceDeliveryChannelPropertiesArgs

data class AwsConfigServiceDeliveryChannelPropertiesArgs(val configSnapshotDeliveryProperties: Output<ConfigSnapshotDeliveryPropertiesArgs>? = null, val name: Output<String>? = null, val s3BucketName: Output<String>? = null, val s3KeyPrefix: Output<String>? = null, val s3KmsKeyArn: Output<String>? = null, val snsTopicARN: Output<String>? = null) : ConvertibleToJava<AwsConfigServiceDeliveryChannelPropertiesArgs>

Definition of awsConfigServiceDeliveryChannel

Constructors

constructor(configSnapshotDeliveryProperties: Output<ConfigSnapshotDeliveryPropertiesArgs>? = null, name: Output<String>? = null, s3BucketName: Output<String>? = null, s3KeyPrefix: Output<String>? = null, s3KmsKeyArn: Output<String>? = null, snsTopicARN: Output<String>? = null)

Properties

Link copied to clipboard

The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.

Link copied to clipboard
val name: Output<String>? = null

The name of the delivery channel. By default, 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.

Link copied to clipboard
val s3BucketName: Output<String>? = null

The name of the Amazon S3 bucket to which 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 Config. For more information, see Permissions for the Amazon S3 Bucket in the Config Developer Guide.

Link copied to clipboard
val s3KeyPrefix: Output<String>? = null

The prefix for the specified Amazon S3 bucket.

Link copied to clipboard
val s3KmsKeyArn: Output<String>? = null

The Amazon Resource Name (ARN) of the Key Management Service (KMS ) KMS key (KMS key) used to encrypt objects delivered by Config. Must belong to the same Region as the destination S3 bucket.

Link copied to clipboard
val snsTopicARN: Output<String>? = null

The Amazon Resource Name (ARN) of the Amazon SNS topic to which Config sends notifications about configuration changes.

If you choose a topic from another account, the topic must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon SNS Topic in the Config Developer Guide.

Functions

Link copied to clipboard
open override fun toJava(): AwsConfigServiceDeliveryChannelPropertiesArgs