Interface CfnGCMChannelProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGCMChannelProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:00.830Z")
@Stability(Stable)
public interface CfnGCMChannelProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnGCMChannel.
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGCMChannelPropsstatic final classAn implementation forCfnGCMChannelProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnGCMChannelProps.Builderbuilder()The Web API key, also called the server key , that you received from Google to communicate with Google services.The unique identifier for the Amazon Pinpoint application that the GCM channel applies to.default ObjectSpecifies whether to enable the GCM channel for the Amazon Pinpoint application.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApiKey
The Web API key, also called the server key , that you received from Google to communicate with Google services. -
getApplicationId
The unique identifier for the Amazon Pinpoint application that the GCM channel applies to. -
getEnabled
Specifies whether to enable the GCM channel for the Amazon Pinpoint application. -
builder
- Returns:
- a
CfnGCMChannelProps.BuilderofCfnGCMChannelProps
-