Interface CfnBaiduChannelMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBaiduChannelMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-19T12:55:23.444Z")
@Stability(Stable)
public interface CfnBaiduChannelMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnBaiduChannelPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.pinpoint.*;
CfnBaiduChannelMixinProps cfnBaiduChannelMixinProps = CfnBaiduChannelMixinProps.builder()
.apiKey("apiKey")
.applicationId("applicationId")
.enabled(false)
.secretKey("secretKey")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBaiduChannelMixinPropsstatic final classAn implementation forCfnBaiduChannelMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe API key that you received from the Baidu Cloud Push service to communicate with the service.default StringThe unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.default ObjectSpecifies whether to enable the Baidu channel for the application.default StringThe secret key that you received from the Baidu Cloud Push service to communicate with the service.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApiKey
The API key that you received from the Baidu Cloud Push service to communicate with the service.- See Also:
-
getApplicationId
The unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.- See Also:
-
getEnabled
Specifies whether to enable the Baidu channel for the application.Returns union: either
BooleanorIResolvable- See Also:
-
getSecretKey
The secret key that you received from the Baidu Cloud Push service to communicate with the service.- See Also:
-
builder
- Returns:
- a
CfnBaiduChannelMixinProps.BuilderofCfnBaiduChannelMixinProps
-