Class AppState
Inherited Members
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 SourceAppState()
Declaration
public AppState()
Properties
View SourceApplicationId
The Application ID of the Pinpoint App.
Declaration
public Input<string> ApplicationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Arn
Amazon Resource Name (ARN) of the PinPoint Application
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
Name
The application name. By default generated by this provider
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NamePrefix
The name of the Pinpoint application. Conflicts with name
Declaration
public Input<string> NamePrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |