Class AccountArgs
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.ApiGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AccountArgs : ResourceArgs
Constructors
View SourceAccountArgs()
Declaration
public AccountArgs()
Properties
View SourceCloudwatchRoleArn
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> |