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.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpoint.CfnAPNSChannelProps

    CfnAPNSChannelProps.Builder, CfnAPNSChannelProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnAPNSChannelProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The unique identifier for the Amazon Pinpoint application that the APNs 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 to enable the APNs channel for the application.
    final String
    The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.
    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
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnAPNSChannelProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnAPNSChannelProps.Builder.
  • Method Details

    • getApplicationId

      public final String getApplicationId()
      Description copied from interface: CfnAPNSChannelProps
      The unique identifier for the Amazon Pinpoint application that the APNs channel applies to.
      Specified by:
      getApplicationId in interface CfnAPNSChannelProps
    • getBundleId

      public final String getBundleId()
      Description copied from interface: CfnAPNSChannelProps
      The bundle identifier that's assigned to your iOS app.

      This identifier is used for APNs tokens.

      Specified by:
      getBundleId in interface CfnAPNSChannelProps
    • getCertificate

      public final String getCertificate()
      Description copied from interface: CfnAPNSChannelProps
      The 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:
      getCertificate in interface CfnAPNSChannelProps
    • getDefaultAuthenticationMethod

      public final String getDefaultAuthenticationMethod()
      Description copied from interface: CfnAPNSChannelProps
      The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs.

      Valid options are key or certificate .

      Specified by:
      getDefaultAuthenticationMethod in interface CfnAPNSChannelProps
    • getEnabled

      public final Object getEnabled()
      Description copied from interface: CfnAPNSChannelProps
      Specifies whether to enable the APNs channel for the application.
      Specified by:
      getEnabled in interface CfnAPNSChannelProps
    • getPrivateKey

      public final String getPrivateKey()
      Description copied from interface: CfnAPNSChannelProps
      The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.
      Specified by:
      getPrivateKey in interface CfnAPNSChannelProps
    • getTeamId

      public final String getTeamId()
      Description copied from interface: CfnAPNSChannelProps
      The identifier that's assigned to your Apple Developer Account team.

      This identifier is used for APNs tokens.

      Specified by:
      getTeamId in interface CfnAPNSChannelProps
    • getTokenKey

      public final String getTokenKey()
      Description copied from interface: CfnAPNSChannelProps
      The authentication key to use for APNs tokens.
      Specified by:
      getTokenKey in interface CfnAPNSChannelProps
    • getTokenKeyId

      public final String getTokenKeyId()
      Description copied from interface: CfnAPNSChannelProps
      The 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:
      getTokenKeyId in interface CfnAPNSChannelProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object