@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.199Z") @Stability(value=Stable) public interface CfnBaiduChannelProps extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBaiduChannelProps.Builder
A builder for
CfnBaiduChannelProps |
static class |
CfnBaiduChannelProps.Jsii$Proxy
An implementation for
CfnBaiduChannelProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnBaiduChannelProps.Builder |
builder() |
String |
getApiKey()
The API key that you received from the Baidu Cloud Push service to communicate with the service.
|
String |
getApplicationId()
The unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.
|
default Object |
getEnabled()
Specifies whether to enable the Baidu channel for the application.
|
String |
getSecretKey()
The secret key that you received from the Baidu Cloud Push service to communicate with the service.
|
@Stability(value=Stable) @NotNull String getApiKey()
@Stability(value=Stable) @NotNull String getApplicationId()
@Stability(value=Stable) @NotNull String getSecretKey()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) static CfnBaiduChannelProps.Builder builder()
CfnBaiduChannelProps.Builder of CfnBaiduChannelPropsCopyright © 2022. All rights reserved.