Class CfnADMChannelProps
Properties for defining a CfnADMChannel
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.AWS.Pinpoint.dll
Syntax (csharp)
public class CfnADMChannelProps : Object, ICfnADMChannelProps
Syntax (vb)
Public Class CfnADMChannelProps
Inherits Object
Implements ICfnADMChannelProps
Remarks
Link: 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
Constructors
CfnADMChannelProps() |
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. |
Constructors
CfnADMChannelProps()
public CfnADMChannelProps()
Properties
ApplicationId
The unique identifier for the Amazon Pinpoint application that the ADM channel applies to.
public string ApplicationId { get; set; }
Property Value
System.String
Remarks
ClientId
The Client ID that you received from Amazon to send messages by using ADM.
public string ClientId { get; set; }
Property Value
System.String
Remarks
ClientSecret
The Client Secret that you received from Amazon to send messages by using ADM.
public string ClientSecret { get; set; }
Property Value
System.String
Remarks
Enabled
Specifies whether to enable the ADM channel for the application.
public object Enabled { get; set; }
Property Value
System.Object