class Aws::ConfigService::Types::DeliveryChannel

The channel through which Config delivers notifications and updated configuration states.

@note When making an API call, you may pass DeliveryChannel

data as a hash:

    {
      name: "ChannelName",
      s3_bucket_name: "String",
      s3_key_prefix: "String",
      s3_kms_key_arn: "String",
      sns_topic_arn: "String",
      config_snapshot_delivery_properties: {
        delivery_frequency: "One_Hour", # accepts One_Hour, Three_Hours, Six_Hours, Twelve_Hours, TwentyFour_Hours
      },
    }

@!attribute [rw] name

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.
@return [String]

@!attribute [rw] s3_bucket_name

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][1] in the Config Developer Guide.

[1]: https://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-policy.html
@return [String]

@!attribute [rw] s3_key_prefix

The prefix for the specified Amazon S3 bucket.
@return [String]

@!attribute [rw] s3_kms_key_arn

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.
@return [String]

@!attribute [rw] sns_topic_arn

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][1] in the
Config Developer Guide.

[1]: https://docs.aws.amazon.com/config/latest/developerguide/sns-topic-policy.html
@return [String]

@!attribute [rw] config_snapshot_delivery_properties

The options for how often Config delivers configuration snapshots to
the Amazon S3 bucket.
@return [Types::ConfigSnapshotDeliveryProperties]

@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeliveryChannel AWS API Documentation

Constants

SENSITIVE