Show / Hide Table of Contents

Interface ICfnChannelAssociationMixinProps

Properties for CfnChannelAssociationPropsMixin.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Notifications.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnChannelAssociationMixinProps
Syntax (vb)
Public Interface ICfnChannelAssociationMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-channelassociation.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.Notifications.Mixins;

             var cfnChannelAssociationMixinProps = new CfnChannelAssociationMixinProps {
                 Arn = "arn",
                 NotificationConfigurationArn = "notificationConfigurationArn"
             };

Synopsis

Properties

Arn

The Amazon Resource Name (ARN) of the Channel .

NotificationConfigurationArn

The ARN of the NotificationConfiguration associated with the Channel .

Properties

Arn

The Amazon Resource Name (ARN) of the Channel .

string? Arn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-channelassociation.html#cfn-notifications-channelassociation-arn

NotificationConfigurationArn

The ARN of the NotificationConfiguration associated with the Channel .

string? NotificationConfigurationArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-channelassociation.html#cfn-notifications-channelassociation-notificationconfigurationarn

Back to top Generated by DocFX