@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.477Z") @Stability(value=Stable) public interface CfnGCMChannelProps 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.*;
CfnGCMChannelProps cfnGCMChannelProps = CfnGCMChannelProps.builder()
.apiKey("apiKey")
.applicationId("applicationId")
// the properties below are optional
.enabled(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGCMChannelProps.Builder
A builder for
CfnGCMChannelProps |
static class |
CfnGCMChannelProps.Jsii$Proxy
An implementation for
CfnGCMChannelProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnGCMChannelProps.Builder |
builder() |
String |
getApiKey()
`AWS::Pinpoint::GCMChannel.ApiKey`.
|
String |
getApplicationId()
`AWS::Pinpoint::GCMChannel.ApplicationId`.
|
default Object |
getEnabled()
`AWS::Pinpoint::GCMChannel.Enabled`.
|
@Stability(value=Stable) @NotNull String getApiKey()
@Stability(value=Stable) @NotNull String getApplicationId()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) static CfnGCMChannelProps.Builder builder()
CfnGCMChannelProps.Builder of CfnGCMChannelPropsCopyright © 2021. All rights reserved.