getAccount

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.

Return

null

Parameters

argument

null


Return

null

Parameters

id

The ID for the account. For example: abc123 .

See also


suspend fun getAccount(argument: suspend GetAccountPlainArgsBuilder.() -> Unit): GetAccountResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.apigateway.kotlin.inputs.GetAccountPlainArgs.

See also