interface CfnADMChannelProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pinpoint.CfnADMChannelProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#CfnADMChannelProps |
![]() | software.amazon.awscdk.services.pinpoint.CfnADMChannelProps |
![]() | aws_cdk.aws_pinpoint.CfnADMChannelProps |
![]() | aws-cdk-lib » aws_pinpoint » CfnADMChannelProps |
Properties for defining a CfnADMChannel
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pinpoint as pinpoint } from 'aws-cdk-lib';
const cfnADMChannelProps: pinpoint.CfnADMChannelProps = {
applicationId: 'applicationId',
clientId: 'clientId',
clientSecret: 'clientSecret',
// the properties below are optional
enabled: false,
};
Properties
Name | Type | Description |
---|---|---|
application | string | The unique identifier for the Amazon Pinpoint application that the ADM channel applies to. |
client | string | The Client ID that you received from Amazon to send messages by using ADM. |
client | string | The Client Secret that you received from Amazon to send messages by using ADM. |
enabled? | boolean | IResolvable | Specifies whether to enable the ADM channel for the application. |
applicationId
Type:
string
The unique identifier for the Amazon Pinpoint application that the ADM channel applies to.
clientId
Type:
string
The Client ID that you received from Amazon to send messages by using ADM.
clientSecret
Type:
string
The Client Secret that you received from Amazon to send messages by using ADM.
enabled?
Type:
boolean |
IResolvable
(optional)
Specifies whether to enable the ADM channel for the application.