@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.445Z") @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()
`AWS::Pinpoint::BaiduChannel.ApiKey`.
|
String |
getApplicationId()
`AWS::Pinpoint::BaiduChannel.ApplicationId`.
|
default Object |
getEnabled()
`AWS::Pinpoint::BaiduChannel.Enabled`.
|
String |
getSecretKey()
`AWS::Pinpoint::BaiduChannel.SecretKey`.
|
@Stability(value=Stable) @NotNull String getApiKey()
@Stability(value=Stable) @NotNull String getApplicationId()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @NotNull String getSecretKey()
@Stability(value=Stable) static CfnBaiduChannelProps.Builder builder()
CfnBaiduChannelProps.Builder of CfnBaiduChannelPropsCopyright © 2021. All rights reserved.