@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:35.701Z") @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.