Interface CfnBaiduChannelProps

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

@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)", date="2024-10-11T15:56:02.471Z") @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: