You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* release-1.10.25:
Bumping version to 1.10.25
Update changelog based on model updates
replace non-ascii characters
Update error messaging
Flush stdout after input prompt.
new and updated ec2 examples
formatting
Direct Connect examples
Add additional check for boolean arguments
Fix issue with boolean argument translations
formatting
updated configservice put-delivery-channel example
Adding -t option to emr ssh command when using certificate
`deliveryChannel.json` is a JSON file that specifies the Amazon S3 bucket and Amazon SNS topic to which AWS Config will deliver configuration information::
7
+
The ``deliveryChannel.json`` file specifies the delivery channel attributes::
- ``name`` - The name of the delivery channel. By default, AWS Config assigns the name ``default`` to a new delivery channel.
21
+
22
+
You cannot update the delivery channel name with the ``put-delivery-channel`` command. For the steps to change the name, see `Renaming the Delivery Channel`__.
- ``s3BucketName`` - The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.
27
+
28
+
If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see `Permissions for the Amazon S3 Bucket`__.
- ``snsTopicARN`` - The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.
33
+
34
+
If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see `Permissions for the Amazon SNS Topic`__.
- ``configSnapshotDeliveryProperties`` - Contains the ``deliveryFrequency`` attribute, which sets how often AWS Config delivers configuration snapshots and how often it invokes evaluations for periodic Config rules.
39
+
15
40
If the command succeeds, AWS Config returns no output. To verify the settings of your delivery channel, run the `describe-delivery-channels`__ command.
0 commit comments