Show / Hide Table of Contents

Class ApnsVoipSandboxChannelState

Inheritance
System.Object
InputArgs
ResourceArgs
ApnsVoipSandboxChannelState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Pinpoint
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ApnsVoipSandboxChannelState : ResourceArgs

Constructors

View Source

ApnsVoipSandboxChannelState()

Declaration
public ApnsVoipSandboxChannelState()

Properties

View Source

ApplicationId

The application ID.

Declaration
public Input<string> ApplicationId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

BundleId

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.

Declaration
public Input<string> BundleId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Certificate

The pem encoded TLS Certificate from Apple.

Declaration
public Input<string> Certificate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DefaultAuthenticationMethod

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.

Declaration
public Input<string> DefaultAuthenticationMethod { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Enabled

Whether the channel is enabled or disabled. Defaults to true.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

PrivateKey

The Certificate Private Key file (ie. .key file).

Declaration
public Input<string> PrivateKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TeamId

The ID assigned to your Apple developer account team. This value is provided on the Membership page.

Declaration
public Input<string> TeamId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TokenKey

The .p8 file that you download from your Apple developer account when you create an authentication key.

Declaration
public Input<string> TokenKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TokenKeyId

The ID assigned to your signing key. To find this value, choose Certificates, IDs & Profiles, and choose your key in the Keys section.

Declaration
public Input<string> TokenKeyId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.