@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.199Z") @Stability(value=Stable) public class CfnBaiduChannel extends CfnResource implements IInspectable
A channel is a type of platform that you can deliver messages to. You can use the Baidu channel to send notifications to the Baidu Cloud Push notification service. Before you can use Amazon Pinpoint to send notifications to the Baidu Cloud Push service, you have to enable the Baidu channel for an Amazon Pinpoint application.
The BaiduChannel resource represents the status and authentication settings of the Baidu channel for an application.
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.*;
CfnBaiduChannel cfnBaiduChannel = CfnBaiduChannel.Builder.create(this, "MyCfnBaiduChannel")
.apiKey("apiKey")
.applicationId("applicationId")
.secretKey("secretKey")
// the properties below are optional
.enabled(false)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnBaiduChannel.Builder
A fluent builder for
CfnBaiduChannel. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnBaiduChannel(software.constructs.Construct scope,
String id,
CfnBaiduChannelProps props)
Create a new `AWS::Pinpoint::BaiduChannel`.
|
protected |
CfnBaiduChannel(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnBaiduChannel(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected Map<String,Object> |
getCfnProperties() |
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.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setApiKey(String value)
The API key that you received from the Baidu Cloud Push service to communicate with the service.
|
void |
setApplicationId(String value)
The unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.
|
void |
setEnabled(Boolean value)
Specifies whether to enable the Baidu channel for the application.
|
void |
setEnabled(IResolvable value)
Specifies whether to enable the Baidu channel for the application.
|
void |
setSecretKey(String value)
The secret key that you received from the Baidu Cloud Push service to communicate with the service.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnBaiduChannel(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnBaiduChannel(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnBaiduChannel(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnBaiduChannelProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getApiKey()
@Stability(value=Stable)
public void setApiKey(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getApplicationId()
@Stability(value=Stable)
public void setApplicationId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getSecretKey()
@Stability(value=Stable)
public void setSecretKey(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getEnabled()
@Stability(value=Stable)
public void setEnabled(@Nullable
Boolean value)
@Stability(value=Stable)
public void setEnabled(@Nullable
IResolvable value)
Copyright © 2022. All rights reserved.