Interface CfnBaiduChannelProps

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

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:20.526Z") @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();
 

See Also: