Show / Hide Table of Contents

Class DeliveryChannelArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DeliveryChannelArgs
Inherited Members
ResourceArgs.Empty
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 Source

DeliveryChannelArgs()

Declaration
public DeliveryChannelArgs()

Properties

View Source

Name

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>
View Source

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>
View Source

S3KeyPrefix

The prefix for the specified S3 bucket.

Declaration
public Input<string> S3KeyPrefix { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SnapshotDeliveryProperties

Options for how AWS Config delivers configuration snapshots. See below

Declaration
public Input<DeliveryChannelSnapshotDeliveryPropertiesArgs> SnapshotDeliveryProperties { get; set; }
Property Value
Type Description
Input<DeliveryChannelSnapshotDeliveryPropertiesArgs>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.