Class CfnAPNSVoipSandboxChannelMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnAPNSVoipSandboxChannelMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAPNSVoipSandboxChannelMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAPNSVoipSandboxChannelMixinProps
@Stability(Stable)
@Internal
public static final class CfnAPNSVoipSandboxChannelMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAPNSVoipSandboxChannelMixinProps
An implementation for
CfnAPNSVoipSandboxChannelMixinProps-
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.cfnpropertymixins.services.pinpoint.CfnAPNSVoipSandboxChannelMixinProps
CfnAPNSVoipSandboxChannelMixinProps.Builder, CfnAPNSVoipSandboxChannelMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAPNSVoipSandboxChannelMixinProps.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 application that the APNs VoIP sandbox 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 the APNs VoIP sandbox channel is enabled for the application.final StringThe private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with the APNs sandbox environment.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 theCfnAPNSVoipSandboxChannelMixinProps.Builder.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnAPNSVoipSandboxChannelMixinPropsThe unique identifier for the application that the APNs VoIP sandbox channel applies to.- Specified by:
getApplicationIdin interfaceCfnAPNSVoipSandboxChannelMixinProps- See Also:
-
getBundleId
Description copied from interface:CfnAPNSVoipSandboxChannelMixinPropsThe bundle identifier that's assigned to your iOS app.This identifier is used for APNs tokens.
- Specified by:
getBundleIdin interfaceCfnAPNSVoipSandboxChannelMixinProps- See Also:
-
getCertificate
Description copied from interface:CfnAPNSVoipSandboxChannelMixinPropsThe APNs client certificate that you received from Apple.Specify this value if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using an APNs certificate.
- Specified by:
getCertificatein interfaceCfnAPNSVoipSandboxChannelMixinProps- See Also:
-
getDefaultAuthenticationMethod
Description copied from interface:CfnAPNSVoipSandboxChannelMixinPropsThe default authentication method that you want Amazon Pinpoint to use when authenticating with APNs.Valid options are
keyorcertificate.- Specified by:
getDefaultAuthenticationMethodin interfaceCfnAPNSVoipSandboxChannelMixinProps- See Also:
-
getEnabled
Description copied from interface:CfnAPNSVoipSandboxChannelMixinPropsSpecifies whether the APNs VoIP sandbox channel is enabled for the application.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnAPNSVoipSandboxChannelMixinProps- See Also:
-
getPrivateKey
Description copied from interface:CfnAPNSVoipSandboxChannelMixinPropsThe private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with the APNs sandbox environment.- Specified by:
getPrivateKeyin interfaceCfnAPNSVoipSandboxChannelMixinProps- See Also:
-
getTeamId
Description copied from interface:CfnAPNSVoipSandboxChannelMixinPropsThe identifier that's assigned to your Apple developer account team.This identifier is used for APNs tokens.
- Specified by:
getTeamIdin interfaceCfnAPNSVoipSandboxChannelMixinProps- See Also:
-
getTokenKey
Description copied from interface:CfnAPNSVoipSandboxChannelMixinPropsThe authentication key to use for APNs tokens.- Specified by:
getTokenKeyin interfaceCfnAPNSVoipSandboxChannelMixinProps- See Also:
-
getTokenKeyId
Description copied from interface:CfnAPNSVoipSandboxChannelMixinPropsThe key identifier that's assigned to your APNs signing key.Specify this value if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using APNs tokens.
- Specified by:
getTokenKeyIdin interfaceCfnAPNSVoipSandboxChannelMixinProps- See Also:
-
$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()
-