@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.881Z") @Stability(value=Stable) public class CfnPushTemplate extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnPushTemplate.AndroidPushNotificationTemplateProperty |
static interface |
CfnPushTemplate.APNSPushNotificationTemplateProperty |
static class |
CfnPushTemplate.Builder
A fluent builder for
CfnPushTemplate. |
static interface |
CfnPushTemplate.DefaultPushNotificationTemplateProperty |
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 |
|---|---|
|
CfnPushTemplate(software.constructs.Construct scope,
String id,
CfnPushTemplateProps props)
Create a new `AWS::Pinpoint::PushTemplate`.
|
protected |
CfnPushTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnPushTemplate(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAdm()
`AWS::Pinpoint::PushTemplate.ADM`.
|
Object |
getApns()
`AWS::Pinpoint::PushTemplate.APNS`.
|
String |
getAttrArn() |
Object |
getBaidu()
`AWS::Pinpoint::PushTemplate.Baidu`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDefaultSubstitutions()
`AWS::Pinpoint::PushTemplate.DefaultSubstitutions`.
|
Object |
getDefaultValue()
`AWS::Pinpoint::PushTemplate.Default`.
|
Object |
getGcm()
`AWS::Pinpoint::PushTemplate.GCM`.
|
TagManager |
getTags()
`AWS::Pinpoint::PushTemplate.Tags`.
|
String |
getTemplateDescription()
`AWS::Pinpoint::PushTemplate.TemplateDescription`.
|
String |
getTemplateName()
`AWS::Pinpoint::PushTemplate.TemplateName`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAdm(CfnPushTemplate.AndroidPushNotificationTemplateProperty value)
`AWS::Pinpoint::PushTemplate.ADM`.
|
void |
setAdm(IResolvable value)
`AWS::Pinpoint::PushTemplate.ADM`.
|
void |
setApns(CfnPushTemplate.APNSPushNotificationTemplateProperty value)
`AWS::Pinpoint::PushTemplate.APNS`.
|
void |
setApns(IResolvable value)
`AWS::Pinpoint::PushTemplate.APNS`.
|
void |
setBaidu(CfnPushTemplate.AndroidPushNotificationTemplateProperty value)
`AWS::Pinpoint::PushTemplate.Baidu`.
|
void |
setBaidu(IResolvable value)
`AWS::Pinpoint::PushTemplate.Baidu`.
|
void |
setDefaultSubstitutions(String value)
`AWS::Pinpoint::PushTemplate.DefaultSubstitutions`.
|
void |
setDefaultValue(CfnPushTemplate.DefaultPushNotificationTemplateProperty value)
`AWS::Pinpoint::PushTemplate.Default`.
|
void |
setDefaultValue(IResolvable value)
`AWS::Pinpoint::PushTemplate.Default`.
|
void |
setGcm(CfnPushTemplate.AndroidPushNotificationTemplateProperty value)
`AWS::Pinpoint::PushTemplate.GCM`.
|
void |
setGcm(IResolvable value)
`AWS::Pinpoint::PushTemplate.GCM`.
|
void |
setTemplateDescription(String value)
`AWS::Pinpoint::PushTemplate.TemplateDescription`.
|
void |
setTemplateName(String value)
`AWS::Pinpoint::PushTemplate.TemplateName`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, 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 CfnPushTemplate(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnPushTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnPushTemplate(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnPushTemplateProps 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 public String getAttrArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getTemplateName()
@Stability(value=Stable)
public void setTemplateName(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getAdm()
@Stability(value=Stable)
public void setAdm(@Nullable
CfnPushTemplate.AndroidPushNotificationTemplateProperty value)
@Stability(value=Stable)
public void setAdm(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getApns()
@Stability(value=Stable)
public void setApns(@Nullable
CfnPushTemplate.APNSPushNotificationTemplateProperty value)
@Stability(value=Stable)
public void setApns(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getBaidu()
@Stability(value=Stable)
public void setBaidu(@Nullable
CfnPushTemplate.AndroidPushNotificationTemplateProperty value)
@Stability(value=Stable)
public void setBaidu(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getDefaultValue()
@Stability(value=Stable)
public void setDefaultValue(@Nullable
CfnPushTemplate.DefaultPushNotificationTemplateProperty value)
@Stability(value=Stable)
public void setDefaultValue(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getDefaultSubstitutions()
@Stability(value=Stable)
public void setDefaultSubstitutions(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getGcm()
@Stability(value=Stable)
public void setGcm(@Nullable
CfnPushTemplate.AndroidPushNotificationTemplateProperty value)
@Stability(value=Stable)
public void setGcm(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getTemplateDescription()
@Stability(value=Stable)
public void setTemplateDescription(@Nullable
String value)
Copyright © 2021. All rights reserved.