ApiGatewayHttpMethod

class aws_cdk.aws_bedrock_agentcore_alpha.ApiGatewayHttpMethod(*values)

Bases: Enum

(deprecated) HTTP methods supported by API Gateway.

Deprecated:

Use the equivalent construct from aws-cdk-lib/aws-bedrockagentcore instead.

Stability:

deprecated

Attributes

DELETE

(deprecated) DELETE method.

Stability:

deprecated

GET

(deprecated) GET method.

Stability:

deprecated

HEAD

(deprecated) HEAD method.

Stability:

deprecated

OPTIONS

(deprecated) OPTIONS method.

Stability:

deprecated

PATCH

(deprecated) PATCH method.

Stability:

deprecated

POST

(deprecated) POST method.

Stability:

deprecated

PUT

(deprecated) PUT method.

Stability:

deprecated