Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DeliveryChannel = DeliveryChannel' {}
- newDeliveryChannel :: DeliveryChannel
- deliveryChannel_s3KeyPrefix :: Lens' DeliveryChannel (Maybe Text)
- deliveryChannel_snsTopicARN :: Lens' DeliveryChannel (Maybe Text)
- deliveryChannel_name :: Lens' DeliveryChannel (Maybe Text)
- deliveryChannel_s3KmsKeyArn :: Lens' DeliveryChannel (Maybe Text)
- deliveryChannel_configSnapshotDeliveryProperties :: Lens' DeliveryChannel (Maybe ConfigSnapshotDeliveryProperties)
- deliveryChannel_s3BucketName :: Lens' DeliveryChannel (Maybe Text)
Documentation
data DeliveryChannel Source #
The channel through which Config delivers notifications and updated configuration states.
See: newDeliveryChannel
smart constructor.
DeliveryChannel' | |
|
Instances
newDeliveryChannel :: DeliveryChannel Source #
Create a value of DeliveryChannel
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3KeyPrefix:DeliveryChannel'
, deliveryChannel_s3KeyPrefix
- The prefix for the specified Amazon S3 bucket.
$sel:snsTopicARN:DeliveryChannel'
, deliveryChannel_snsTopicARN
- 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.
$sel:name:DeliveryChannel'
, deliveryChannel_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.
$sel:s3KmsKeyArn:DeliveryChannel'
, deliveryChannel_s3KmsKeyArn
- 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.
$sel:configSnapshotDeliveryProperties:DeliveryChannel'
, deliveryChannel_configSnapshotDeliveryProperties
- The options for how often Config delivers configuration snapshots to the
Amazon S3 bucket.
$sel:s3BucketName:DeliveryChannel'
, deliveryChannel_s3BucketName
- 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.
deliveryChannel_s3KeyPrefix :: Lens' DeliveryChannel (Maybe Text) Source #
The prefix for the specified Amazon S3 bucket.
deliveryChannel_snsTopicARN :: Lens' DeliveryChannel (Maybe Text) Source #
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.
deliveryChannel_name :: Lens' DeliveryChannel (Maybe Text) Source #
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.
deliveryChannel_s3KmsKeyArn :: Lens' DeliveryChannel (Maybe Text) Source #
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.
deliveryChannel_configSnapshotDeliveryProperties :: Lens' DeliveryChannel (Maybe ConfigSnapshotDeliveryProperties) Source #
The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.
deliveryChannel_s3BucketName :: Lens' DeliveryChannel (Maybe Text) Source #
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.