Show / Hide Table of Contents

Namespace Amazon.CDK.Mixins.Preview.AWS.ApiGatewayV2.Mixins

Classes

CfnApiGatewayManagedOverridesMixinProps

Properties for CfnApiGatewayManagedOverridesPropsMixin.

CfnApiGatewayManagedOverridesPropsMixin

The AWS::ApiGatewayV2::ApiGatewayManagedOverrides resource overrides the default properties of API Gateway-managed resources that are implicitly configured for you when you use quick create.

CfnApiGatewayManagedOverridesPropsMixin.AccessLogSettingsProperty

The AccessLogSettings property overrides the access log settings for an API Gateway-managed stage.

CfnApiGatewayManagedOverridesPropsMixin.IntegrationOverridesProperty

The IntegrationOverrides property overrides the integration settings for an API Gateway-managed integration.

CfnApiGatewayManagedOverridesPropsMixin.RouteOverridesProperty

The RouteOverrides property overrides the route configuration for an API Gateway-managed route.

CfnApiGatewayManagedOverridesPropsMixin.RouteSettingsProperty

The RouteSettings property overrides the route settings for an API Gateway-managed route.

CfnApiGatewayManagedOverridesPropsMixin.StageOverridesProperty

The StageOverrides property overrides the stage configuration for an API Gateway-managed stage.

CfnApiMappingMixinProps

Properties for CfnApiMappingPropsMixin.

CfnApiMappingPropsMixin

The AWS::ApiGatewayV2::ApiMapping resource contains an API mapping.

CfnApiMixinProps

Properties for CfnApiPropsMixin.

CfnApiPropsMixin

The AWS::ApiGatewayV2::Api resource creates an API.

CfnApiPropsMixin.BodyS3LocationProperty

The BodyS3Location property specifies an S3 location from which to import an OpenAPI definition.

CfnApiPropsMixin.CorsProperty

The Cors property specifies a CORS configuration for an API.

CfnAuthorizerMixinProps

Properties for CfnAuthorizerPropsMixin.

CfnAuthorizerPropsMixin

The AWS::ApiGatewayV2::Authorizer resource creates an authorizer for a WebSocket API or an HTTP API.

CfnAuthorizerPropsMixin.JWTConfigurationProperty

The JWTConfiguration property specifies the configuration of a JWT authorizer.

CfnDeploymentMixinProps

Properties for CfnDeploymentPropsMixin.

CfnDeploymentPropsMixin

The AWS::ApiGatewayV2::Deployment resource creates a deployment for an API.

CfnDomainNameMixinProps

Properties for CfnDomainNamePropsMixin.

CfnDomainNamePropsMixin

The AWS::ApiGatewayV2::DomainName resource specifies a custom domain name for your API in Amazon API Gateway (API Gateway).

CfnDomainNamePropsMixin.DomainNameConfigurationProperty

The DomainNameConfiguration property type specifies the configuration for an API's domain name.

CfnDomainNamePropsMixin.MutualTlsAuthenticationProperty

If specified, API Gateway performs two-way authentication between the client and the server.

CfnIntegrationMixinProps

Properties for CfnIntegrationPropsMixin.

CfnIntegrationPropsMixin

The AWS::ApiGatewayV2::Integration resource creates an integration for an API.

CfnIntegrationPropsMixin.ResponseParameterMapProperty

map of response parameter lists.

CfnIntegrationPropsMixin.ResponseParameterProperty

Supported only for HTTP APIs.

CfnIntegrationPropsMixin.TlsConfigProperty

The TlsConfig property specifies the TLS configuration for a private integration.

CfnIntegrationResponseMixinProps

Properties for CfnIntegrationResponsePropsMixin.

CfnIntegrationResponsePropsMixin

The AWS::ApiGatewayV2::IntegrationResponse resource updates an integration response for an WebSocket API.

CfnModelMixinProps

Properties for CfnModelPropsMixin.

CfnModelPropsMixin

The AWS::ApiGatewayV2::Model resource updates data model for a WebSocket API.

CfnRouteMixinProps

Properties for CfnRoutePropsMixin.

CfnRoutePropsMixin

The AWS::ApiGatewayV2::Route resource creates a route for an API.

CfnRouteResponseMixinProps

Properties for CfnRouteResponsePropsMixin.

CfnRouteResponsePropsMixin

The AWS::ApiGatewayV2::RouteResponse resource creates a route response for a WebSocket API.

CfnRouteResponsePropsMixin.ParameterConstraintsProperty

Specifies whether the parameter is required.

CfnRoutingRuleMixinProps

Properties for CfnRoutingRulePropsMixin.

CfnRoutingRulePropsMixin

Represents a routing rule.

CfnRoutingRulePropsMixin.ActionInvokeApiProperty

Represents an InvokeApi action.

CfnRoutingRulePropsMixin.ActionProperty

Represents a routing rule action.

CfnRoutingRulePropsMixin.ConditionProperty

Represents a condition.

CfnRoutingRulePropsMixin.MatchBasePathsProperty

Represents a MatchBasePaths condition.

CfnRoutingRulePropsMixin.MatchHeaderValueProperty

Represents a MatchHeaderValue .

CfnRoutingRulePropsMixin.MatchHeadersProperty

Represents a MatchHeaders condition.

CfnStageMixinProps

Properties for CfnStagePropsMixin.

CfnStagePropsMixin

The AWS::ApiGatewayV2::Stage resource specifies a stage for an API.

CfnStagePropsMixin.AccessLogSettingsProperty

Settings for logging access in a stage.

CfnStagePropsMixin.RouteSettingsProperty

Represents a collection of route settings.

CfnVpcLinkMixinProps

Properties for CfnVpcLinkPropsMixin.

CfnVpcLinkPropsMixin

The AWS::ApiGatewayV2::VpcLink resource creates a VPC link.

Interfaces

CfnApiGatewayManagedOverridesPropsMixin.IAccessLogSettingsProperty

The AccessLogSettings property overrides the access log settings for an API Gateway-managed stage.

CfnApiGatewayManagedOverridesPropsMixin.IIntegrationOverridesProperty

The IntegrationOverrides property overrides the integration settings for an API Gateway-managed integration.

CfnApiGatewayManagedOverridesPropsMixin.IRouteOverridesProperty

The RouteOverrides property overrides the route configuration for an API Gateway-managed route.

CfnApiGatewayManagedOverridesPropsMixin.IRouteSettingsProperty

The RouteSettings property overrides the route settings for an API Gateway-managed route.

CfnApiGatewayManagedOverridesPropsMixin.IStageOverridesProperty

The StageOverrides property overrides the stage configuration for an API Gateway-managed stage.

CfnApiPropsMixin.IBodyS3LocationProperty

The BodyS3Location property specifies an S3 location from which to import an OpenAPI definition.

CfnApiPropsMixin.ICorsProperty

The Cors property specifies a CORS configuration for an API.

CfnAuthorizerPropsMixin.IJWTConfigurationProperty

The JWTConfiguration property specifies the configuration of a JWT authorizer.

CfnDomainNamePropsMixin.IDomainNameConfigurationProperty

The DomainNameConfiguration property type specifies the configuration for an API's domain name.

CfnDomainNamePropsMixin.IMutualTlsAuthenticationProperty

If specified, API Gateway performs two-way authentication between the client and the server.

CfnIntegrationPropsMixin.IResponseParameterMapProperty

map of response parameter lists.

CfnIntegrationPropsMixin.IResponseParameterProperty

Supported only for HTTP APIs.

CfnIntegrationPropsMixin.ITlsConfigProperty

The TlsConfig property specifies the TLS configuration for a private integration.

CfnRouteResponsePropsMixin.IParameterConstraintsProperty

Specifies whether the parameter is required.

CfnRoutingRulePropsMixin.IActionInvokeApiProperty

Represents an InvokeApi action.

CfnRoutingRulePropsMixin.IActionProperty

Represents a routing rule action.

CfnRoutingRulePropsMixin.IConditionProperty

Represents a condition.

CfnRoutingRulePropsMixin.IMatchBasePathsProperty

Represents a MatchBasePaths condition.

CfnRoutingRulePropsMixin.IMatchHeaderValueProperty

Represents a MatchHeaderValue .

CfnRoutingRulePropsMixin.IMatchHeadersProperty

Represents a MatchHeaders condition.

CfnStagePropsMixin.IAccessLogSettingsProperty

Settings for logging access in a stage.

CfnStagePropsMixin.IRouteSettingsProperty

Represents a collection of route settings.

ICfnApiGatewayManagedOverridesMixinProps

Properties for CfnApiGatewayManagedOverridesPropsMixin.

ICfnApiMappingMixinProps

Properties for CfnApiMappingPropsMixin.

ICfnApiMixinProps

Properties for CfnApiPropsMixin.

ICfnAuthorizerMixinProps

Properties for CfnAuthorizerPropsMixin.

ICfnDeploymentMixinProps

Properties for CfnDeploymentPropsMixin.

ICfnDomainNameMixinProps

Properties for CfnDomainNamePropsMixin.

ICfnIntegrationMixinProps

Properties for CfnIntegrationPropsMixin.

ICfnIntegrationResponseMixinProps

Properties for CfnIntegrationResponsePropsMixin.

ICfnModelMixinProps

Properties for CfnModelPropsMixin.

ICfnRouteMixinProps

Properties for CfnRoutePropsMixin.

ICfnRouteResponseMixinProps

Properties for CfnRouteResponsePropsMixin.

ICfnRoutingRuleMixinProps

Properties for CfnRoutingRulePropsMixin.

ICfnStageMixinProps

Properties for CfnStagePropsMixin.

ICfnVpcLinkMixinProps

Properties for CfnVpcLinkPropsMixin.

Back to top Generated by DocFX