Skip to content

apigatewayv2

ApiGateway (NetworkEntity)

Attributes:

Name Type Description
account

The account ID in which this resource operates.

region

The region name in which this resource operates.

api_gw_id str

The API GW ID.

arn Optional[str]

The ARN of the API GW.

api_gw_name str

The API GW name.

protocol_type str

The protocol type of the API GW.

api_gw_integration ApiGatewayV2Integration

A reference to the matching ApiGatewayV2Integration based on api_gw_id.

vpc_link ApiGatewayVpcLink

A reference to the matching ApiGatewayVpcLink based on api_gw_id.

custom_invalidation(self) inherited

A list of manual reasons why this resource should be invalidated

exclude_from_invalidation(self) inherited

A list of attributes that should be excluded from the invalidation process

ApiGatewayV2Integration (AwsResource)

Attributes:

Name Type Description
account

The account ID in which this resource operates.

region

The region name in which this resource operates.

rest_api_id str

The API GW ID.

connection_id Optional[str]

The ID of the VPC link used by the API GW.

integration_id str

The ID of the integration used by the API GW.

integration_http_method RestApiMethod

API GW method used by the API GW.

integration_type IntegrationType

The API GW integration type.

uri str

The input's URI.

custom_invalidation(self) inherited

A list of manual reasons why this resource should be invalidated

exclude_from_invalidation(self) inherited

A list of attributes that should be excluded from the invalidation process

Attributes:

Name Type Description
account

The account ID in which this resource operates.

region

The region name in which this resource operates.

vpc_link_id str

The ID of the VPC link.

name str

The name of the VPC link.

arn Optional[str]

The ARN of the VPC link.

security_group_ids list

List of security groups ID's used by the VPC link.

subnet_ids list

List of subnet ID's used by the VPC link.

custom_invalidation(self) inherited

A list of manual reasons why this resource should be invalidated

exclude_from_invalidation(self) inherited

A list of attributes that should be excluded from the invalidation process