Class DeliveryChannelArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Cfg
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DeliveryChannelArgs : ResourceArgs
Constructors
View SourceDeliveryChannelArgs()
Declaration
public DeliveryChannelArgs()
Properties
View SourceName
The name of the delivery channel. Defaults to default. Changing it recreates the resource.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
S3BucketName
The name of the S3 bucket used to store the configuration history.
Declaration
public Input<string> S3BucketName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
S3KeyPrefix
The prefix for the specified S3 bucket.
Declaration
public Input<string> S3KeyPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SnapshotDeliveryProperties
Options for how AWS Config delivers configuration snapshots. See below
Declaration
public Input<DeliveryChannelSnapshotDeliveryPropertiesArgs> SnapshotDeliveryProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DeliveryChannelSnapshotDeliveryPropertiesArgs> |
SnsTopicArn
The ARN of the SNS topic that AWS Config delivers notifications to.
Declaration
public Input<string> SnsTopicArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |