Class CfnAPNSVoipSandboxChannelProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnAPNSVoipSandboxChannelProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAPNSVoipSandboxChannelProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAPNSVoipSandboxChannelProps
@Stability(Stable)
@Internal
public static final class CfnAPNSVoipSandboxChannelProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAPNSVoipSandboxChannelProps
An implementation for
CfnAPNSVoipSandboxChannelProps
-
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.CfnAPNSVoipSandboxChannelProps
CfnAPNSVoipSandboxChannelProps.Builder, CfnAPNSVoipSandboxChannelProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAPNSVoipSandboxChannelProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The unique identifier for the application that the APNs VoIP sandbox channel applies to.final String
The bundle identifier that's assigned to your iOS app.final String
The APNs client certificate that you received from Apple.final String
The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs.final Object
Specifies whether the APNs VoIP sandbox channel is enabled for the application.final String
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with the APNs sandbox environment.final String
The identifier that's assigned to your Apple developer account team.final String
The authentication key to use for APNs tokens.final String
The key identifier that's assigned to your APNs signing key.final int
hashCode()
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 theCfnAPNSVoipSandboxChannelProps.Builder
.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnAPNSVoipSandboxChannelProps
The unique identifier for the application that the APNs VoIP sandbox channel applies to.- Specified by:
getApplicationId
in interfaceCfnAPNSVoipSandboxChannelProps
- See Also:
-
getBundleId
Description copied from interface:CfnAPNSVoipSandboxChannelProps
The bundle identifier that's assigned to your iOS app.This identifier is used for APNs tokens.
- Specified by:
getBundleId
in interfaceCfnAPNSVoipSandboxChannelProps
- See Also:
-
getCertificate
Description copied from interface:CfnAPNSVoipSandboxChannelProps
The 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:
getCertificate
in interfaceCfnAPNSVoipSandboxChannelProps
- See Also:
-
getDefaultAuthenticationMethod
Description copied from interface:CfnAPNSVoipSandboxChannelProps
The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs.Valid options are
key
orcertificate
.- Specified by:
getDefaultAuthenticationMethod
in interfaceCfnAPNSVoipSandboxChannelProps
- See Also:
-
getEnabled
Description copied from interface:CfnAPNSVoipSandboxChannelProps
Specifies whether the APNs VoIP sandbox channel is enabled for the application.- Specified by:
getEnabled
in interfaceCfnAPNSVoipSandboxChannelProps
- See Also:
-
getPrivateKey
Description copied from interface:CfnAPNSVoipSandboxChannelProps
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with the APNs sandbox environment.- Specified by:
getPrivateKey
in interfaceCfnAPNSVoipSandboxChannelProps
- See Also:
-
getTeamId
Description copied from interface:CfnAPNSVoipSandboxChannelProps
The identifier that's assigned to your Apple developer account team.This identifier is used for APNs tokens.
- Specified by:
getTeamId
in interfaceCfnAPNSVoipSandboxChannelProps
- See Also:
-
getTokenKey
Description copied from interface:CfnAPNSVoipSandboxChannelProps
The authentication key to use for APNs tokens.- Specified by:
getTokenKey
in interfaceCfnAPNSVoipSandboxChannelProps
- See Also:
-
getTokenKeyId
Description copied from interface:CfnAPNSVoipSandboxChannelProps
The 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:
getTokenKeyId
in interfaceCfnAPNSVoipSandboxChannelProps
- 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()
-