stratosphere-0.2.1: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.Resources.ApiGatewayAccount

Description

The AWS::ApiGateway::Account resource specifies the AWS Identity and Access Management (IAM) role that Amazon API Gateway (API Gateway) uses to write API logs to Amazon CloudWatch Logs (CloudWatch Logs).

Synopsis

Documentation

data ApiGatewayAccount Source #

Full data type definition for ApiGatewayAccount. See apiGatewayAccount for a more convenient constructor.

apiGatewayAccount :: ApiGatewayAccount Source #

Constructor for ApiGatewayAccount containing required fields as arguments.

agaCloudWatchRoleArn :: Lens' ApiGatewayAccount (Maybe (Val Text)) Source #

The Amazon Resource Name (ARN) of an IAM role that has write access to CloudWatch Logs in your account.