Class PlatformApplicationState
Inherited Members
Namespace: Pulumi.Aws.Sns
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PlatformApplicationState : ResourceArgs
Constructors
View SourcePlatformApplicationState()
Declaration
public PlatformApplicationState()
Properties
View SourceArn
The ARN of the SNS platform application
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EventDeliveryFailureTopicArn
SNS Topic triggered when a delivery to any of the platform endpoints associated with your platform application encounters a permanent failure.
Declaration
public Input<string> EventDeliveryFailureTopicArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EventEndpointCreatedTopicArn
SNS Topic triggered when a new platform endpoint is added to your platform application.
Declaration
public Input<string> EventEndpointCreatedTopicArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EventEndpointDeletedTopicArn
SNS Topic triggered when an existing platform endpoint is deleted from your platform application.
Declaration
public Input<string> EventEndpointDeletedTopicArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EventEndpointUpdatedTopicArn
SNS Topic triggered when an existing platform endpoint is changed from your platform application.
Declaration
public Input<string> EventEndpointUpdatedTopicArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FailureFeedbackRoleArn
The IAM role permitted to receive failure feedback for this application.
Declaration
public Input<string> FailureFeedbackRoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The friendly name for the SNS platform application
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Platform
The platform that the app is registered with. See Platform for supported platforms.
Declaration
public Input<string> Platform { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PlatformCredential
Application Platform credential. See Credential for type of credential required for platform. The value of this attribute when stored into the state is only a hash of the real value, so therefore it is not practical to use this as an attribute for other resources.
Declaration
public Input<string> PlatformCredential { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PlatformPrincipal
Application Platform principal. See Principal for type of principal required for platform. The value of this attribute when stored into the state is only a hash of the real value, so therefore it is not practical to use this as an attribute for other resources.
Declaration
public Input<string> PlatformPrincipal { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SuccessFeedbackRoleArn
The IAM role permitted to receive success feedback for this application.
Declaration
public Input<string> SuccessFeedbackRoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SuccessFeedbackSampleRate
The percentage of success to sample (0-100)
Declaration
public Input<string> SuccessFeedbackSampleRate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |