Class CfnPushTemplate
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.pinpoint.CfnPushTemplate
- All Implemented Interfaces:
IInspectable
,ITaggable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-21T06:34:11.830Z")
@Stability(Stable)
public class CfnPushTemplate
extends CfnResource
implements IInspectable, ITaggable
Creates a message template that you can use in messages that are sent through a push notification channel.
A message template is a set of content and settings that you can define, save, and reuse in messages for any of your Amazon Pinpoint applications.
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.*; Object tags; CfnPushTemplate cfnPushTemplate = CfnPushTemplate.Builder.create(this, "MyCfnPushTemplate") .templateName("templateName") // the properties below are optional .adm(AndroidPushNotificationTemplateProperty.builder() .action("action") .body("body") .imageIconUrl("imageIconUrl") .imageUrl("imageUrl") .smallImageIconUrl("smallImageIconUrl") .sound("sound") .title("title") .url("url") .build()) .apns(APNSPushNotificationTemplateProperty.builder() .action("action") .body("body") .mediaUrl("mediaUrl") .sound("sound") .title("title") .url("url") .build()) .baidu(AndroidPushNotificationTemplateProperty.builder() .action("action") .body("body") .imageIconUrl("imageIconUrl") .imageUrl("imageUrl") .smallImageIconUrl("smallImageIconUrl") .sound("sound") .title("title") .url("url") .build()) .default(DefaultPushNotificationTemplateProperty.builder() .action("action") .body("body") .sound("sound") .title("title") .url("url") .build()) .defaultSubstitutions("defaultSubstitutions") .gcm(AndroidPushNotificationTemplateProperty.builder() .action("action") .body("body") .imageIconUrl("imageIconUrl") .imageUrl("imageUrl") .smallImageIconUrl("smallImageIconUrl") .sound("sound") .title("title") .url("url") .build()) .tags(tags) .templateDescription("templateDescription") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Specifies channel-specific content and settings for a message template that can be used in push notifications that are sent through the ADM (Amazon Device Messaging), Baidu (Baidu Cloud Push), or GCM (Firebase Cloud Messaging, formerly Google Cloud Messaging) channel.static interface
Specifies channel-specific content and settings for a message template that can be used in push notifications that are sent through the APNs (Apple Push Notification service) channel.static final class
A fluent builder forCfnPushTemplate
.static interface
Specifies the default settings and content for a message template that can be used in messages that are sent through a push notification channel.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnPushTemplate
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnPushTemplate
(software.amazon.jsii.JsiiObjectRef objRef) CfnPushTemplate
(software.constructs.Construct scope, String id, CfnPushTemplateProps props) -
Method Summary
Modifier and TypeMethodDescriptiongetAdm()
The message template to use for the ADM (Amazon Device Messaging) channel.getApns()
The message template to use for the APNs (Apple Push Notification service) channel.The Amazon Resource Name (ARN) of the message template.getBaidu()
The message template to use for the Baidu (Baidu Cloud Push) channel.A JSON object that specifies the default values to use for message variables in the message template.The default message template to use for push notification channels.getGcm()
The message template to use for the GCM channel, which is used to send notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.getTags()
Tag Manager which manages the tags for this resource.An array of key-value pairs to apply to this resource.A custom description of the message template.The name of the message template to use for the message.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setAdm
(IResolvable value) The message template to use for the ADM (Amazon Device Messaging) channel.void
The message template to use for the ADM (Amazon Device Messaging) channel.void
setApns
(IResolvable value) The message template to use for the APNs (Apple Push Notification service) channel.void
The message template to use for the APNs (Apple Push Notification service) channel.void
setBaidu
(IResolvable value) The message template to use for the Baidu (Baidu Cloud Push) channel.void
The message template to use for the Baidu (Baidu Cloud Push) channel.void
setDefaultSubstitutions
(String value) A JSON object that specifies the default values to use for message variables in the message template.void
setDefaultValue
(IResolvable value) The default message template to use for push notification channels.void
The default message template to use for push notification channels.void
setGcm
(IResolvable value) The message template to use for the GCM channel, which is used to send notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.void
The message template to use for the GCM channel, which is used to send notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.void
setTagsRaw
(Object value) An array of key-value pairs to apply to this resource.void
setTemplateDescription
(String value) A custom description of the message template.void
setTemplateName
(String value) The name of the message template to use for the message.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnPushTemplate
protected CfnPushTemplate(software.amazon.jsii.JsiiObjectRef objRef) -
CfnPushTemplate
protected CfnPushTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnPushTemplate
@Stability(Stable) public CfnPushTemplate(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnPushTemplateProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the message template. -
getAttrId
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getTemplateName
The name of the message template to use for the message. -
setTemplateName
The name of the message template to use for the message. -
getAdm
The message template to use for the ADM (Amazon Device Messaging) channel. -
setAdm
The message template to use for the ADM (Amazon Device Messaging) channel. -
setAdm
@Stability(Stable) public void setAdm(@Nullable CfnPushTemplate.AndroidPushNotificationTemplateProperty value) The message template to use for the ADM (Amazon Device Messaging) channel. -
getApns
The message template to use for the APNs (Apple Push Notification service) channel. -
setApns
The message template to use for the APNs (Apple Push Notification service) channel. -
setApns
@Stability(Stable) public void setApns(@Nullable CfnPushTemplate.APNSPushNotificationTemplateProperty value) The message template to use for the APNs (Apple Push Notification service) channel. -
getBaidu
The message template to use for the Baidu (Baidu Cloud Push) channel. -
setBaidu
The message template to use for the Baidu (Baidu Cloud Push) channel. -
setBaidu
@Stability(Stable) public void setBaidu(@Nullable CfnPushTemplate.AndroidPushNotificationTemplateProperty value) The message template to use for the Baidu (Baidu Cloud Push) channel. -
getDefaultValue
The default message template to use for push notification channels. -
setDefaultValue
The default message template to use for push notification channels. -
setDefaultValue
@Stability(Stable) public void setDefaultValue(@Nullable CfnPushTemplate.DefaultPushNotificationTemplateProperty value) The default message template to use for push notification channels. -
getDefaultSubstitutions
A JSON object that specifies the default values to use for message variables in the message template. -
setDefaultSubstitutions
A JSON object that specifies the default values to use for message variables in the message template. -
getGcm
The message template to use for the GCM channel, which is used to send notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service. -
setGcm
The message template to use for the GCM channel, which is used to send notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service. -
setGcm
@Stability(Stable) public void setGcm(@Nullable CfnPushTemplate.AndroidPushNotificationTemplateProperty value) The message template to use for the GCM channel, which is used to send notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service. -
getTagsRaw
An array of key-value pairs to apply to this resource. -
setTagsRaw
An array of key-value pairs to apply to this resource. -
getTemplateDescription
A custom description of the message template. -
setTemplateDescription
A custom description of the message template.
-