_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
delivery_channels
A list that contains the descriptions of the specified delivery channel. | STRUCT( "name" VARCHAR, "s3_bucket_name" VARCHAR, "s3_key_prefix" VARCHAR, "s3_kms_key_arn" VARCHAR, "sns_topic_arn" VARCHAR, "config_snapshot_delivery_properties" STRUCT( "delivery_frequency" VARCHAR ) )[] |
Show child fields- delivery_channels[]
Show child fields- delivery_channels[].config_snapshot_delivery_properties
The options for how often Config delivers configuration snapshots to the Amazon S3 bucket. Show child fields- delivery_channels[].config_snapshot_delivery_properties.delivery_frequency
The frequency with which Config delivers configuration snapshots.
- delivery_channels[].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.
- delivery_channels[].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 in the Config Developer Guide.
- delivery_channels[].s3_key_prefix
The prefix for the specified Amazon S3 bucket.
- delivery_channels[].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.
- delivery_channels[].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 in the Config Developer Guide.
|