@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.222Z") @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()
The Web API key, also called the *server key* , that you received from Google to communicate with Google services.
|
String |
getApplicationId()
The unique identifier for the Amazon Pinpoint application that the GCM channel applies to.
|
default Object |
getEnabled()
Specifies whether to enable the GCM channel for the Amazon Pinpoint application.
|
@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 © 2022. All rights reserved.