Show / Hide Table of Contents

Class PlatformApplicationState

Inheritance
System.Object
InputArgs
ResourceArgs
PlatformApplicationState
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.Sns
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PlatformApplicationState : ResourceArgs

Constructors

View Source

PlatformApplicationState()

Declaration
public PlatformApplicationState()

Properties

View Source

Arn

The ARN of the SNS platform application

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

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

Name

The friendly name for the SNS platform application

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

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>
View Source

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>
View Source

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>
View Source

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>
View Source

SuccessFeedbackSampleRate

The percentage of success to sample (0-100)

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