Interface IHttpStage.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.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$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IHttpStage
IHttpStage.Jsii$Default, IHttpStage.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IStage
IStage.Jsii$Default, IStage.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault voidaddStageVariable(String name, String value) Adds a stage variable to this stage.default voidapplyRemovalPolicy(RemovalPolicy policy) Apply the given removal policy to this resource.default IHttpApigetApi()The API this stage is associated to.default StringThe custom domain URL to this stage.default ResourceEnvironmentgetEnv()The environment this resource belongs to.default software.constructs.NodegetNode()The tree node.default StackgetStack()The stack in which this resource is defined.default StringThe name of the stage;default StringgetUrl()The URL to this stage.default Metricmetric(String metricName, MetricOptions props) Return the given named metric for this HTTP Api Gateway Stage.default MetricmetricClientError(MetricOptions props) Metric for the number of client-side errors captured in a given period.default MetricmetricCount(MetricOptions props) Metric for the total number API requests in a given period.default MetricmetricDataProcessed(MetricOptions props) Metric for the amount of data processed in bytes.default MetricMetric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.default MetricmetricLatency(MetricOptions props) The time between when API Gateway receives a request from a client and when it returns a response to the client.default MetricmetricServerError(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, metricServerErrorMethods 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:
getNodein interfacesoftware.constructs.IConstruct- Specified by:
getNodein interfacesoftware.constructs.IConstruct.Jsii$Default- Specified by:
getNodein interfaceIResource.Jsii$Default- Specified by:
getNodein interfaceIStage.Jsii$Default
-
getEnv
The environment this resource belongs to.For resources that are created and managed in a Stack (those created by creating new class instances like
new Role(),new Bucket(), etc.), this is always the same as the environment of the stack they belong to.For referenced resources (those obtained from referencing methods like
Role.fromRoleArn(),Bucket.fromBucketName(), etc.), they might be different than the stack they were imported into.- Specified by:
getEnvin interfaceIEnvironmentAware- Specified by:
getEnvin interfaceIEnvironmentAware.Jsii$Default- Specified by:
getEnvin interfaceIResource.Jsii$Default- Specified by:
getEnvin interfaceIStage.Jsii$Default
-
getStack
The stack in which this resource is defined.- Specified by:
getStackin interfaceIResource- Specified by:
getStackin interfaceIResource.Jsii$Default- Specified by:
getStackin interfaceIStage.Jsii$Default
-
getStageName
The name of the stage;its primary identifier.
- Specified by:
getStageNamein interfaceIStage- Specified by:
getStageNamein interfaceIStage.Jsii$Default
-
getUrl
The URL to this stage.- Specified by:
getUrlin interfaceIStage- Specified by:
getUrlin interfaceIStage.Jsii$Default
-
getApi
The API this stage is associated to.- Specified by:
getApiin interfaceIHttpStage
-
getDomainUrl
The custom domain URL to this stage.- Specified by:
getDomainUrlin 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:
applyRemovalPolicyin interfaceIResource- Specified by:
applyRemovalPolicyin interfaceIResource.Jsii$Default- Specified by:
applyRemovalPolicyin interfaceIStage.Jsii$Default- Parameters:
policy- This parameter is required.
-
addStageVariable
Adds a stage variable to this stage.- Specified by:
addStageVariablein interfaceIStage- Specified by:
addStageVariablein interfaceIStage.Jsii$Default- Parameters:
name- The name of the stage variable. This parameter is required.value- The value of the stage variable. 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:
metricin interfaceIStage- Specified by:
metricin 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:
metricClientErrorin interfaceIHttpStage- Parameters:
props-
-
metricCount
Metric for the total number API requests in a given period.Default: - SampleCount over 5 minutes
- Specified by:
metricCountin interfaceIHttpStage- Parameters:
props-
-
metricDataProcessed
Metric for the amount of data processed in bytes.Default: - sum over 5 minutes
- Specified by:
metricDataProcessedin 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:
metricIntegrationLatencyin 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:
metricLatencyin interfaceIHttpStage- Parameters:
props-
-
metricServerError
Metric for the number of server-side errors captured in a given period.Default: - sum over 5 minutes
- Specified by:
metricServerErrorin interfaceIHttpStage- Parameters:
props-
-