Interface CfnADMChannelProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnADMChannelProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:00.721Z") @Stability(Stable) public interface CfnADMChannelProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnADMChannel.

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.*;
 CfnADMChannelProps cfnADMChannelProps = CfnADMChannelProps.builder()
         .applicationId("applicationId")
         .clientId("clientId")
         .clientSecret("clientSecret")
         // the properties below are optional
         .enabled(false)
         .build();
 
  • Method Details

    • getApplicationId

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

      @Stability(Stable) @NotNull String getClientId()
      The Client ID that you received from Amazon to send messages by using ADM.
    • getClientSecret

      @Stability(Stable) @NotNull String getClientSecret()
      The Client Secret that you received from Amazon to send messages by using ADM.
    • getEnabled

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

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