Class CfnCampaign.CustomDeliveryConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnCampaign.CustomDeliveryConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.CustomDeliveryConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaign.CustomDeliveryConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.CustomDeliveryConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.CustomDeliveryConfigurationProperty
An implementation for
CfnCampaign.CustomDeliveryConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpoint.CfnCampaign.CustomDeliveryConfigurationProperty
CfnCampaign.CustomDeliveryConfigurationProperty.Builder, CfnCampaign.CustomDeliveryConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCampaign.CustomDeliveryConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCampaign.CustomDeliveryConfigurationProperty.Builder
.
-
-
Method Details
-
getDeliveryUri
Description copied from interface:CfnCampaign.CustomDeliveryConfigurationProperty
The destination to send the campaign or treatment to. This value can be one of the following:.- The name or Amazon Resource Name (ARN) of an AWS Lambda function to invoke to handle delivery of the campaign or treatment.
- The URL for a web application or service that supports HTTPS and can receive the message. The URL has to be a full URL, including the HTTPS protocol.
- Specified by:
getDeliveryUri
in interfaceCfnCampaign.CustomDeliveryConfigurationProperty
- See Also:
-
getEndpointTypes
Description copied from interface:CfnCampaign.CustomDeliveryConfigurationProperty
The types of endpoints to send the campaign or treatment to.Each valid value maps to a type of channel that you can associate with an endpoint by using the
ChannelType
property of an endpoint.- Specified by:
getEndpointTypes
in interfaceCfnCampaign.CustomDeliveryConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-