AwsApiGatewayHttpRouteBasicAuthorizationArgs

interface AwsApiGatewayHttpRouteBasicAuthorizationArgs { type: 'NONE' | 'AWS_IAM'; }

Open or IAM route authorisation settings for HTTP routes.

Example

CODE
const authorization: AwsApiGatewayHttpRouteBasicAuthorizationArgs = {
  type: 'AWS_IAM',
};

Properties

type: 'NONE' | 'AWS_IAM'

Authorisation type for the route.