@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-28T21:34:18.307Z")
public interface CfnADMChannelProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.pinpoint.*; CfnADMChannelProps cfnADMChannelProps = CfnADMChannelProps.builder() .applicationId("applicationId") .clientId("clientId") .clientSecret("clientSecret") // the properties below are optional .enabled(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnADMChannelProps.Builder
A builder for
CfnADMChannelProps |
static class |
CfnADMChannelProps.Jsii$Proxy
An implementation for
CfnADMChannelProps |
Modifier and Type | Method and Description |
---|---|
static CfnADMChannelProps.Builder |
builder() |
java.lang.String |
getApplicationId()
The unique identifier for the Amazon Pinpoint application that the ADM channel applies to.
|
java.lang.String |
getClientId()
The Client ID that you received from Amazon to send messages by using ADM.
|
java.lang.String |
getClientSecret()
The Client Secret that you received from Amazon to send messages by using ADM.
|
default java.lang.Object |
getEnabled()
Specifies whether to enable the ADM channel for the application.
|
java.lang.String getApplicationId()
java.lang.String getClientId()
java.lang.String getClientSecret()
default java.lang.Object getEnabled()
static CfnADMChannelProps.Builder builder()
CfnADMChannelProps.Builder
of CfnADMChannelProps