AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.ConfigService.Model.DeliveryChannel

Namespace: Amazon.ConfigService.Model
Assembly: AWSSDK.ConfigService.dll
Version: 3.x.y.z

Syntax

C#
public class DeliveryChannel

The DeliveryChannel type exposes the following members

Constructors

NameDescription
Public Method DeliveryChannel()

Properties

NameTypeDescription
Public Property ConfigSnapshotDeliveryProperties Amazon.ConfigService.Model.ConfigSnapshotDeliveryProperties

Gets and sets the property ConfigSnapshotDeliveryProperties.

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

Public Property Name System.String

Gets and sets the property 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.

Public Property S3BucketName System.String

Gets and sets the property 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.

Public Property S3KeyPrefix System.String

Gets and sets the property S3KeyPrefix.

The prefix for the specified Amazon S3 bucket.

Public Property S3KmsKeyArn System.String

Gets and sets the property 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.

Public Property SnsTopicARN System.String

Gets and sets the property 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5