AccountArgs

data class AccountArgs(val cloudWatchRoleArn: Output<String>? = null) : ConvertibleToJava<AccountArgs>

The `AWS::ApiGateway::Account` resource specifies the IAM role that Amazon API Gateway uses to write API logs to Amazon CloudWatch Logs. To avoid overwriting other roles, you should only have one `AWS::ApiGateway::Account` resource per region per account.

Constructors

Link copied to clipboard
constructor(cloudWatchRoleArn: Output<String>? = null)

Properties

Link copied to clipboard
val cloudWatchRoleArn: Output<String>? = null

The ARN of an Amazon CloudWatch role for the current Account.

Functions

Link copied to clipboard
open override fun toJava(): AccountArgs