@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:39.220Z")
public interface CfnGCMChannelProps
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() |
java.lang.String |
getApiKey()
The Web API key, also called the *server key* , that you received from Google to communicate with Google services.
|
java.lang.String |
getApplicationId()
The unique identifier for the Amazon Pinpoint application that the GCM channel applies to.
|
default java.lang.Object |
getEnabled()
Specifies whether to enable the GCM channel for the Amazon Pinpoint application.
|
java.lang.String getApiKey()
java.lang.String getApplicationId()
default java.lang.Object getEnabled()
static CfnGCMChannelProps.Builder builder()
CfnGCMChannelProps.Builder
of CfnGCMChannelProps