Show / Hide Table of Contents

Class AppState

Inheritance
System.Object
InputArgs
ResourceArgs
AppState
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 AppState : ResourceArgs

Constructors

View Source

AppState()

Declaration
public AppState()

Properties

View Source

ApplicationId

The Application ID of the Pinpoint App.

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

Arn

Amazon Resource Name (ARN) of the PinPoint Application

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

CampaignHook

The default campaign limits for the app. These limits apply to each campaign for the app, unless the campaign overrides the default with limits of its own

Declaration
public Input<AppCampaignHookGetArgs> CampaignHook { get; set; }
Property Value
Type Description
Input<AppCampaignHookGetArgs>
View Source

Limits

The default campaign limits for the app. These limits apply to each campaign for the app, unless the campaign overrides the default with limits of its own

Declaration
public Input<AppLimitsGetArgs> Limits { get; set; }
Property Value
Type Description
Input<AppLimitsGetArgs>
View Source

Name

The application name. By default generated by this provider

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

NamePrefix

The name of the Pinpoint application. Conflicts with name

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

QuietTime

The default quiet time for the app. Each campaign for this app sends no messages during this time unless the campaign overrides the default with a quiet time of its own

Declaration
public Input<AppQuietTimeGetArgs> QuietTime { get; set; }
Property Value
Type Description
Input<AppQuietTimeGetArgs>
View Source

Tags

Key-value map of resource tags

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.