Interface CfnBaiduChannelProps

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

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

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.*;
 CfnBaiduChannelProps cfnBaiduChannelProps = CfnBaiduChannelProps.builder()
         .apiKey("apiKey")
         .applicationId("applicationId")
         .secretKey("secretKey")
         // the properties below are optional
         .enabled(false)
         .build();
 
  • Method Details

    • getApiKey

      @Stability(Stable) @NotNull String getApiKey()
      The API key that you received from the Baidu Cloud Push service to communicate with the service.
    • getApplicationId

      @Stability(Stable) @NotNull String getApplicationId()
      The unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.
    • getSecretKey

      @Stability(Stable) @NotNull String getSecretKey()
      The secret key that you received from the Baidu Cloud Push service to communicate with the service.
    • getEnabled

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

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