Interface IHttpStage.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IConstruct.Jsii$Default
,software.constructs.IDependable
,software.constructs.IDependable.Jsii$Default
,IHttpStage
,IResource
,IResource.Jsii$Default
,IStage
,IStage.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IHttpStage.Jsii$Proxy
- Enclosing interface:
IHttpStage
IHttpStage
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
Nested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IHttpStage
IHttpStage.Jsii$Default, IHttpStage.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IStage
IStage.Jsii$Default, IStage.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
applyRemovalPolicy
(RemovalPolicy policy) Apply the given removal policy to this resource.default IHttpApi
getApi()
The API this stage is associated to.default String
The custom domain URL to this stage.default ResourceEnvironment
getEnv()
The environment this resource belongs to.default software.constructs.Node
getNode()
The tree node.default Stack
getStack()
The stack in which this resource is defined.default String
The name of the stage;default String
getUrl()
The URL to this stage.default Metric
metric
(String metricName, MetricOptions props) Return the given named metric for this HTTP Api Gateway Stage.default Metric
metricClientError
(MetricOptions props) Metric for the number of client-side errors captured in a given period.default Metric
metricCount
(MetricOptions props) Metric for the total number API requests in a given period.default Metric
metricDataProcessed
(MetricOptions props) Metric for the amount of data processed in bytes.default Metric
Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.default Metric
metricLatency
(MetricOptions props) The time between when API Gateway receives a request from a client and when it returns a response to the client.default Metric
metricServerError
(MetricOptions props) Metric for the number of server-side errors captured in a given period.Methods inherited from interface software.amazon.awscdk.services.apigatewayv2.IHttpStage
metricClientError, metricCount, metricDataProcessed, metricIntegrationLatency, metricLatency, metricServerError
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNode
@Stability(Stable) @NotNull default software.constructs.Node getNode()The tree node.- Specified by:
getNode
in interfacesoftware.constructs.IConstruct
- Specified by:
getNode
in interfacesoftware.constructs.IConstruct.Jsii$Default
- Specified by:
getNode
in interfaceIResource.Jsii$Default
- Specified by:
getNode
in interfaceIStage.Jsii$Default
-
getEnv
The environment this resource belongs to.For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.
- Specified by:
getEnv
in interfaceIResource
- Specified by:
getEnv
in interfaceIResource.Jsii$Default
- Specified by:
getEnv
in interfaceIStage.Jsii$Default
-
getStack
The stack in which this resource is defined.- Specified by:
getStack
in interfaceIResource
- Specified by:
getStack
in interfaceIResource.Jsii$Default
- Specified by:
getStack
in interfaceIStage.Jsii$Default
-
getStageName
The name of the stage;its primary identifier.
- Specified by:
getStageName
in interfaceIStage
- Specified by:
getStageName
in interfaceIStage.Jsii$Default
-
getUrl
The URL to this stage.- Specified by:
getUrl
in interfaceIStage
- Specified by:
getUrl
in interfaceIStage.Jsii$Default
-
getApi
The API this stage is associated to.- Specified by:
getApi
in interfaceIHttpStage
-
getDomainUrl
The custom domain URL to this stage.- Specified by:
getDomainUrl
in interfaceIHttpStage
-
applyRemovalPolicy
Apply the given removal policy to this resource.The Removal Policy controls what happens to this resource when it stops being managed by CloudFormation, either because you've removed it from the CDK application or because you've made a change that requires the resource to be replaced.
The resource can be deleted (
RemovalPolicy.DESTROY
), or left in your AWS account for data recovery and cleanup later (RemovalPolicy.RETAIN
).- Specified by:
applyRemovalPolicy
in interfaceIResource
- Specified by:
applyRemovalPolicy
in interfaceIResource.Jsii$Default
- Specified by:
applyRemovalPolicy
in interfaceIStage.Jsii$Default
- Parameters:
policy
- This parameter is required.
-
metric
@Stability(Stable) @NotNull default Metric metric(@NotNull String metricName, @Nullable MetricOptions props) Return the given named metric for this HTTP Api Gateway Stage.Default: - average over 5 minutes
- Specified by:
metric
in interfaceIStage
- Specified by:
metric
in interfaceIStage.Jsii$Default
- Parameters:
metricName
- This parameter is required.props
-
-
metricClientError
Metric for the number of client-side errors captured in a given period.Default: - sum over 5 minutes
- Specified by:
metricClientError
in interfaceIHttpStage
- Parameters:
props
-
-
metricCount
Metric for the total number API requests in a given period.Default: - SampleCount over 5 minutes
- Specified by:
metricCount
in interfaceIHttpStage
- Parameters:
props
-
-
metricDataProcessed
Metric for the amount of data processed in bytes.Default: - sum over 5 minutes
- Specified by:
metricDataProcessed
in interfaceIHttpStage
- Parameters:
props
-
-
metricIntegrationLatency
Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.Default: - no statistic
- Specified by:
metricIntegrationLatency
in interfaceIHttpStage
- Parameters:
props
-
-
metricLatency
The time between when API Gateway receives a request from a client and when it returns a response to the client.The latency includes the integration latency and other API Gateway overhead.
Default: - no statistic
- Specified by:
metricLatency
in interfaceIHttpStage
- Parameters:
props
-
-
metricServerError
Metric for the number of server-side errors captured in a given period.Default: - sum over 5 minutes
- Specified by:
metricServerError
in interfaceIHttpStage
- Parameters:
props
-
-