Show / Hide Table of Contents

Class AppArgs

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

Constructors

View Source

AppArgs()

Declaration
public AppArgs()

Properties

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<AppCampaignHookArgs> CampaignHook { get; set; }
Property Value
Type Description
Input<AppCampaignHookArgs>
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<AppLimitsArgs> Limits { get; set; }
Property Value
Type Description
Input<AppLimitsArgs>
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<AppQuietTimeArgs> QuietTime { get; set; }
Property Value
Type Description
Input<AppQuietTimeArgs>
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.