Account Args
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.