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
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 |
| NotificationConfigurationArn | The ARN of the |
Properties
Arn
The Amazon Resource Name (ARN) of the Channel .
string? Arn { get; }
Property Value
Remarks
NotificationConfigurationArn
The ARN of the NotificationConfiguration associated with the Channel .
string? NotificationConfigurationArn { get; }