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();
 
  • Method Details

    • getApiKey

      @Stability(Stable) @NotNull String getApiKey()
      The Web API key, also called the server key , that you received from Google to communicate with Google services.
    • getApplicationId

      @Stability(Stable) @NotNull String getApplicationId()
      The unique identifier for the Amazon Pinpoint application that the GCM channel applies to.
    • getEnabled

      @Stability(Stable) @Nullable default Object getEnabled()
      Specifies whether to enable the GCM channel for the Amazon Pinpoint application.
    • builder

      @Stability(Stable) static CfnGCMChannelProps.Builder builder()
      Returns:
      a CfnGCMChannelProps.Builder of CfnGCMChannelProps