public static final class CfnAPNSChannelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAPNSChannelProps
CfnAPNSChannelProps
CfnAPNSChannelProps.Builder, CfnAPNSChannelProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getApplicationId()
The unique identifier for the Amazon Pinpoint application that the APNs channel applies to.
|
java.lang.String |
getBundleId()
The bundle identifier that's assigned to your iOS app.
|
java.lang.String |
getCertificate()
The APNs client certificate that you received from Apple.
|
java.lang.String |
getDefaultAuthenticationMethod()
The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs.
|
java.lang.Object |
getEnabled()
Specifies whether to enable the APNs channel for the application.
|
java.lang.String |
getPrivateKey()
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.
|
java.lang.String |
getTeamId()
The identifier that's assigned to your Apple Developer Account team.
|
java.lang.String |
getTokenKey()
The authentication key to use for APNs tokens.
|
java.lang.String |
getTokenKeyId()
The key identifier that's assigned to your APNs signing key.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getApplicationId()
CfnAPNSChannelProps
getApplicationId
in interface CfnAPNSChannelProps
public final java.lang.String getBundleId()
CfnAPNSChannelProps
This identifier is used for APNs tokens.
getBundleId
in interface CfnAPNSChannelProps
public final java.lang.String getCertificate()
CfnAPNSChannelProps
Specify this value if you want Amazon Pinpoint to communicate with APNs by using an APNs certificate.
getCertificate
in interface CfnAPNSChannelProps
public final java.lang.String getDefaultAuthenticationMethod()
CfnAPNSChannelProps
Valid options are key
or certificate
.
getDefaultAuthenticationMethod
in interface CfnAPNSChannelProps
public final java.lang.Object getEnabled()
CfnAPNSChannelProps
getEnabled
in interface CfnAPNSChannelProps
public final java.lang.String getPrivateKey()
CfnAPNSChannelProps
getPrivateKey
in interface CfnAPNSChannelProps
public final java.lang.String getTeamId()
CfnAPNSChannelProps
This identifier is used for APNs tokens.
getTeamId
in interface CfnAPNSChannelProps
public final java.lang.String getTokenKey()
CfnAPNSChannelProps
getTokenKey
in interface CfnAPNSChannelProps
public final java.lang.String getTokenKeyId()
CfnAPNSChannelProps
Specify this value if you want Amazon Pinpoint to communicate with APNs by using APNs tokens.
getTokenKeyId
in interface CfnAPNSChannelProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()