@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.179Z") @Stability(value=Stable) public interface CfnADMChannelProps extends software.amazon.jsii.JsiiSerializable
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() |
String |
getApplicationId()
The unique identifier for the Amazon Pinpoint application that the ADM channel applies to.
|
String |
getClientId()
The Client ID that you received from Amazon to send messages by using ADM.
|
String |
getClientSecret()
The Client Secret that you received from Amazon to send messages by using ADM.
|
default Object |
getEnabled()
Specifies whether to enable the ADM channel for the application.
|
@Stability(value=Stable) @NotNull String getApplicationId()
@Stability(value=Stable) @NotNull String getClientId()
@Stability(value=Stable) @NotNull String getClientSecret()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) static CfnADMChannelProps.Builder builder()
CfnADMChannelProps.Builder of CfnADMChannelPropsCopyright © 2022. All rights reserved.