Class ApnsVoipSandboxChannelState


  • public final class ApnsVoipSandboxChannelState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • applicationId

        public java.util.Optional<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.