Show / Hide Table of Contents

Class AccountState

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

Constructors

View Source

AccountState()

Declaration
public AccountState()

Properties

View Source

CloudwatchRoleArn

The ARN of an IAM role for CloudWatch (to allow logging & monitoring). See more in AWS Docs. Logging & monitoring can be enabled/disabled and otherwise tuned on the API Gateway Stage level.

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

ThrottleSettings

Account-Level throttle settings. See exported fields below.

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