Class CfnAPNSChannelProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnAPNSChannelProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAPNSChannelProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAPNSChannelProps
@Stability(Stable)
@Internal
public static final class CfnAPNSChannelProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAPNSChannelProps
An implementation for
CfnAPNSChannelProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpoint.CfnAPNSChannelProps
CfnAPNSChannelProps.Builder, CfnAPNSChannelProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAPNSChannelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAPNSChannelProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe unique identifier for the Amazon Pinpoint application that the APNs channel applies to.final StringThe bundle identifier that's assigned to your iOS app.final StringThe APNs client certificate that you received from Apple.final StringThe default authentication method that you want Amazon Pinpoint to use when authenticating with APNs.final ObjectSpecifies whether to enable the APNs channel for the application.final StringThe private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.final StringThe identifier that's assigned to your Apple Developer Account team.final StringThe authentication key to use for APNs tokens.final StringThe key identifier that's assigned to your APNs signing key.final inthashCode()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 theCfnAPNSChannelProps.Builder.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnAPNSChannelPropsThe unique identifier for the Amazon Pinpoint application that the APNs channel applies to.- Specified by:
getApplicationIdin interfaceCfnAPNSChannelProps
-
getBundleId
Description copied from interface:CfnAPNSChannelPropsThe bundle identifier that's assigned to your iOS app.This identifier is used for APNs tokens.
- Specified by:
getBundleIdin interfaceCfnAPNSChannelProps
-
getCertificate
Description copied from interface:CfnAPNSChannelPropsThe APNs client certificate that you received from Apple.Specify this value if you want Amazon Pinpoint to communicate with APNs by using an APNs certificate.
- Specified by:
getCertificatein interfaceCfnAPNSChannelProps
-
getDefaultAuthenticationMethod
Description copied from interface:CfnAPNSChannelPropsThe default authentication method that you want Amazon Pinpoint to use when authenticating with APNs.Valid options are
keyorcertificate.- Specified by:
getDefaultAuthenticationMethodin interfaceCfnAPNSChannelProps
-
getEnabled
Description copied from interface:CfnAPNSChannelPropsSpecifies whether to enable the APNs channel for the application.- Specified by:
getEnabledin interfaceCfnAPNSChannelProps
-
getPrivateKey
Description copied from interface:CfnAPNSChannelPropsThe private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.- Specified by:
getPrivateKeyin interfaceCfnAPNSChannelProps
-
getTeamId
Description copied from interface:CfnAPNSChannelPropsThe identifier that's assigned to your Apple Developer Account team.This identifier is used for APNs tokens.
- Specified by:
getTeamIdin interfaceCfnAPNSChannelProps
-
getTokenKey
Description copied from interface:CfnAPNSChannelPropsThe authentication key to use for APNs tokens.- Specified by:
getTokenKeyin interfaceCfnAPNSChannelProps
-
getTokenKeyId
Description copied from interface:CfnAPNSChannelPropsThe key identifier that's assigned to your APNs signing key.Specify this value if you want Amazon Pinpoint to communicate with APNs by using APNs tokens.
- Specified by:
getTokenKeyIdin interfaceCfnAPNSChannelProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-