Class ApnsChannelArgs


  • public final class ApnsChannelArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ApnsChannelArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.pulumi.core.Output<java.lang.String> applicationId()  
      static ApnsChannelArgs.Builder builder()  
      static ApnsChannelArgs.Builder builder​(ApnsChannelArgs defaults)  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> bundleId()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> certificate()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> defaultAuthenticationMethod()  
      java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> enabled()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> privateKey()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> teamId()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> tokenKey()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> tokenKeyId()  
      • Methods inherited from class com.pulumi.resources.ResourceArgs

        validateMember
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • applicationId

        public com.pulumi.core.Output<java.lang.String> applicationId()
        Returns:
        The application ID.
      • bundleId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> bundleId()
        Returns:
        The ID assigned to your iOS app. To find this value, choose Certificates, IDs & Profiles, choose App IDs in the Identifiers section, and choose your app.
      • certificate

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> certificate()
        Returns:
        The pem encoded TLS Certificate from Apple.
      • defaultAuthenticationMethod

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> defaultAuthenticationMethod()
        Returns:
        The default authentication method used for APNs. __NOTE__: Amazon Pinpoint uses this default for every APNs push notification that you send using the console. You can override the default when you send a message programmatically using the Amazon Pinpoint API, the AWS CLI, or an AWS SDK. If your default authentication type fails, Amazon Pinpoint doesn't attempt to use the other authentication type. One of the following sets of credentials is also required. If you choose to use __Certificate credentials__ you will have to provide:
      • enabled

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> enabled()
        Returns:
        Whether the channel is enabled or disabled. Defaults to `true`.
      • privateKey

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> privateKey()
        Returns:
        The Certificate Private Key file (ie. `.key` file). If you choose to use __Key credentials__ you will have to provide:
      • teamId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> teamId()
        Returns:
        The ID assigned to your Apple developer account team. This value is provided on the Membership page.
      • tokenKey

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> tokenKey()
        Returns:
        The `.p8` file that you download from your Apple developer account when you create an authentication key.
      • tokenKeyId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> tokenKeyId()
        Returns:
        The ID assigned to your signing key. To find this value, choose Certificates, IDs & Profiles, and choose your key in the Keys section.