Interface ICfnADMChannelProps
Properties for defining a CfnADMChannel
.
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnADMChannelProps
Syntax (vb)
Public Interface ICfnADMChannelProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.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.AWS.Pinpoint;
var cfnADMChannelProps = new CfnADMChannelProps {
ApplicationId = "applicationId",
ClientId = "clientId",
ClientSecret = "clientSecret",
// the properties below are optional
Enabled = false
};
Synopsis
Properties
ApplicationId | The unique identifier for the Amazon Pinpoint application that the ADM channel applies to. |
ClientId | The Client ID that you received from Amazon to send messages by using ADM. |
ClientSecret | The Client Secret that you received from Amazon to send messages by using ADM. |
Enabled | Specifies whether to enable the ADM channel for the application. |
Properties
ApplicationId
The unique identifier for the Amazon Pinpoint application that the ADM channel applies to.
string ApplicationId { get; }
Property Value
System.String
Remarks
ClientId
The Client ID that you received from Amazon to send messages by using ADM.
string ClientId { get; }
Property Value
System.String
Remarks
ClientSecret
The Client Secret that you received from Amazon to send messages by using ADM.
string ClientSecret { get; }
Property Value
System.String
Remarks
Enabled
Specifies whether to enable the ADM channel for the application.
virtual object Enabled { get; }
Property Value
System.Object