Class ApnsSandboxChannelState
Inherited Members
Namespace: Pulumi.Aws.Pinpoint
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ApnsSandboxChannelState : ResourceArgs
Constructors
View SourceApnsSandboxChannelState()
Declaration
public ApnsSandboxChannelState()
Properties
View SourceApplicationId
The application ID.
Declaration
public Input<string> ApplicationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Certificate
The pem encoded TLS Certificate from Apple.
Declaration
public Input<string> Certificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultAuthenticationMethod
The default authentication method used for APNs Sandbox. 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> |
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> |
PrivateKey
The Certificate Private Key file (ie. .key file).
Declaration
public Input<string> PrivateKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |