Uses of Interface
software.amazon.awscdk.services.cloudwatch.MetricOptions
Package
Description
Amazon API Gateway Construct Library
AWS APIGatewayv2 Construct Library
AWS Certificate Manager Construct Library
AWS::Chatbot Construct Library
Amazon CloudFront Construct Library
Amazon CloudWatch Construct Library
AWS CodeBuild Construct Library
Amazon DynamoDB Construct Library
Amazon EC2 Construct Library
Amazon ECS Construct Library
Amazon Elastic Load Balancing V2 Construct Library
Amazon OpenSearch Service Construct Library
Amazon GameLift Construct Library
AWS Glue Construct Library
Amazon Kinesis Construct Library
Kinesis Analytics Flink
Amazon Kinesis Data Firehose Construct Library
AWS Lambda Construct Library
Amazon CloudWatch Logs Construct Library
Amazon Neptune Construct Library
Amazon OpenSearch Service Construct Library
Amazon Relational Database Service Construct Library
Amazon SageMaker Construct Library
Amazon EventBridge Scheduler Construct Library
Amazon Simple Notification Service Construct Library
Amazon Simple Queue Service Construct Library
AWS Step Functions Construct Library
Amazon CloudWatch Synthetics Construct Library
-
Uses of MetricOptions in software.amazon.awscdk.services.apigateway
Modifier and TypeMethodDescriptionMethod.metric
(String metricName, IStage stage, MetricOptions props) Returns the given named metric for this API method.RestApiBase.metric
(String metricName, MetricOptions props) Returns the given named metric for this API.StageBase.metric
(String metricName, MetricOptions props) Returns the given named metric for this stage.Method.metricCacheHitCount
(IStage stage, MetricOptions props) Metric for the number of requests served from the API cache in a given period.RestApiBase.metricCacheHitCount
(MetricOptions props) Metric for the number of requests served from the API cache in a given period.StageBase.metricCacheHitCount
(MetricOptions props) Metric for the number of requests served from the API cache in a given period.Method.metricCacheMissCount
(IStage stage, MetricOptions props) Metric for the number of requests served from the backend in a given period, when API caching is enabled.RestApiBase.metricCacheMissCount
(MetricOptions props) Metric for the number of requests served from the backend in a given period, when API caching is enabled.StageBase.metricCacheMissCount
(MetricOptions props) Metric for the number of requests served from the backend in a given period, when API caching is enabled.Method.metricClientError
(IStage stage, MetricOptions props) Metric for the number of client-side errors captured in a given period.RestApiBase.metricClientError
(MetricOptions props) Metric for the number of client-side errors captured in a given period.StageBase.metricClientError
(MetricOptions props) Metric for the number of client-side errors captured in a given period.Method.metricCount
(IStage stage, MetricOptions props) Metric for the total number API requests in a given period.RestApiBase.metricCount
(MetricOptions props) Metric for the total number API requests in a given period.StageBase.metricCount
(MetricOptions props) Metric for the total number API requests in a given period.Method.metricIntegrationLatency
(IStage stage, MetricOptions props) Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.RestApiBase.metricIntegrationLatency
(MetricOptions props) Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.StageBase.metricIntegrationLatency
(MetricOptions props) Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.Method.metricLatency
(IStage stage, MetricOptions props) The time between when API Gateway receives a request from a client and when it returns a response to the client.RestApiBase.metricLatency
(MetricOptions props) The time between when API Gateway receives a request from a client and when it returns a response to the client.StageBase.metricLatency
(MetricOptions props) The time between when API Gateway receives a request from a client and when it returns a response to the client.Method.metricServerError
(IStage stage, MetricOptions props) Metric for the number of server-side errors captured in a given period.RestApiBase.metricServerError
(MetricOptions props) Metric for the number of server-side errors captured in a given period.StageBase.metricServerError
(MetricOptions props) Metric for the number of server-side errors captured in a given period. -
Uses of MetricOptions in software.amazon.awscdk.services.apigatewayv2
Modifier and TypeMethodDescriptionHttpApi.metric
(String metricName, MetricOptions props) Return the given named metric for this Api Gateway.HttpStage.metric
(String metricName, MetricOptions props) Return the given named metric for this HTTP Api Gateway Stage.default Metric
IApi.Jsii$Default.metric
(String metricName, MetricOptions props) Return the given named metric for this Api Gateway.final Metric
IApi.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return the given named metric for this Api Gateway.IApi.metric
(String metricName, MetricOptions props) Return the given named metric for this Api Gateway.default Metric
IHttpApi.Jsii$Default.metric
(String metricName, MetricOptions props) Return the given named metric for this Api Gateway.final Metric
IHttpApi.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return the given named metric for this Api Gateway.default Metric
IHttpStage.Jsii$Default.metric
(String metricName, MetricOptions props) Return the given named metric for this HTTP Api Gateway Stage.final Metric
IHttpStage.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return the given named metric for this HTTP Api Gateway Stage.default Metric
IStage.Jsii$Default.metric
(String metricName, MetricOptions props) Return the given named metric for this HTTP Api Gateway Stage.final Metric
IStage.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return the given named metric for this HTTP Api Gateway Stage.IStage.metric
(String metricName, MetricOptions props) Return the given named metric for this HTTP Api Gateway Stage.default Metric
IWebSocketApi.Jsii$Default.metric
(String metricName, MetricOptions props) Return the given named metric for this Api Gateway.final Metric
IWebSocketApi.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return the given named metric for this Api Gateway.default Metric
IWebSocketStage.Jsii$Default.metric
(String metricName, MetricOptions props) Return the given named metric for this HTTP Api Gateway Stage.final Metric
IWebSocketStage.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return the given named metric for this HTTP Api Gateway Stage.WebSocketApi.metric
(String metricName, MetricOptions props) Return the given named metric for this Api Gateway.WebSocketStage.metric
(String metricName, MetricOptions props) Return the given named metric for this HTTP Api Gateway Stage.HttpApi.metricClientError
(MetricOptions props) Metric for the number of client-side errors captured in a given period.HttpStage.metricClientError
(MetricOptions props) Metric for the number of client-side errors captured in a given period.default Metric
IHttpApi.Jsii$Default.metricClientError
(MetricOptions props) Metric for the number of client-side errors captured in a given period.final Metric
IHttpApi.Jsii$Proxy.metricClientError
(MetricOptions props) Metric for the number of client-side errors captured in a given period.IHttpApi.metricClientError
(MetricOptions props) Metric for the number of client-side errors captured in a given period.default Metric
IHttpStage.Jsii$Default.metricClientError
(MetricOptions props) Metric for the number of client-side errors captured in a given period.final Metric
IHttpStage.Jsii$Proxy.metricClientError
(MetricOptions props) Metric for the number of client-side errors captured in a given period.IHttpStage.metricClientError
(MetricOptions props) Metric for the number of client-side errors captured in a given period.HttpApi.metricCount
(MetricOptions props) Metric for the total number API requests in a given period.HttpStage.metricCount
(MetricOptions props) Metric for the total number API requests in a given period.default Metric
IHttpApi.Jsii$Default.metricCount
(MetricOptions props) Metric for the total number API requests in a given period.final Metric
IHttpApi.Jsii$Proxy.metricCount
(MetricOptions props) Metric for the total number API requests in a given period.IHttpApi.metricCount
(MetricOptions props) Metric for the total number API requests in a given period.default Metric
IHttpStage.Jsii$Default.metricCount
(MetricOptions props) Metric for the total number API requests in a given period.final Metric
IHttpStage.Jsii$Proxy.metricCount
(MetricOptions props) Metric for the total number API requests in a given period.IHttpStage.metricCount
(MetricOptions props) Metric for the total number API requests in a given period.HttpApi.metricDataProcessed
(MetricOptions props) Metric for the amount of data processed in bytes.HttpStage.metricDataProcessed
(MetricOptions props) Metric for the amount of data processed in bytes.default Metric
IHttpApi.Jsii$Default.metricDataProcessed
(MetricOptions props) Metric for the amount of data processed in bytes.final Metric
IHttpApi.Jsii$Proxy.metricDataProcessed
(MetricOptions props) Metric for the amount of data processed in bytes.IHttpApi.metricDataProcessed
(MetricOptions props) Metric for the amount of data processed in bytes.default Metric
IHttpStage.Jsii$Default.metricDataProcessed
(MetricOptions props) Metric for the amount of data processed in bytes.final Metric
IHttpStage.Jsii$Proxy.metricDataProcessed
(MetricOptions props) Metric for the amount of data processed in bytes.IHttpStage.metricDataProcessed
(MetricOptions props) Metric for the amount of data processed in bytes.HttpApi.metricIntegrationLatency
(MetricOptions props) Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.HttpStage.metricIntegrationLatency
(MetricOptions props) 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
IHttpApi.Jsii$Default.metricIntegrationLatency
(MetricOptions props) Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.final Metric
IHttpApi.Jsii$Proxy.metricIntegrationLatency
(MetricOptions props) Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.IHttpApi.metricIntegrationLatency
(MetricOptions props) 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
IHttpStage.Jsii$Default.metricIntegrationLatency
(MetricOptions props) Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.final Metric
IHttpStage.Jsii$Proxy.metricIntegrationLatency
(MetricOptions props) Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.IHttpStage.metricIntegrationLatency
(MetricOptions props) Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.HttpApi.metricLatency
(MetricOptions props) The time between when API Gateway receives a request from a client and when it returns a response to the client.HttpStage.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
IHttpApi.Jsii$Default.metricLatency
(MetricOptions props) The time between when API Gateway receives a request from a client and when it returns a response to the client.final Metric
IHttpApi.Jsii$Proxy.metricLatency
(MetricOptions props) The time between when API Gateway receives a request from a client and when it returns a response to the client.IHttpApi.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
IHttpStage.Jsii$Default.metricLatency
(MetricOptions props) The time between when API Gateway receives a request from a client and when it returns a response to the client.final Metric
IHttpStage.Jsii$Proxy.metricLatency
(MetricOptions props) The time between when API Gateway receives a request from a client and when it returns a response to the client.IHttpStage.metricLatency
(MetricOptions props) The time between when API Gateway receives a request from a client and when it returns a response to the client.HttpApi.metricServerError
(MetricOptions props) Metric for the number of server-side errors captured in a given period.HttpStage.metricServerError
(MetricOptions props) Metric for the number of server-side errors captured in a given period.default Metric
IHttpApi.Jsii$Default.metricServerError
(MetricOptions props) Metric for the number of server-side errors captured in a given period.final Metric
IHttpApi.Jsii$Proxy.metricServerError
(MetricOptions props) Metric for the number of server-side errors captured in a given period.IHttpApi.metricServerError
(MetricOptions props) Metric for the number of server-side errors captured in a given period.default Metric
IHttpStage.Jsii$Default.metricServerError
(MetricOptions props) Metric for the number of server-side errors captured in a given period.final Metric
IHttpStage.Jsii$Proxy.metricServerError
(MetricOptions props) Metric for the number of server-side errors captured in a given period.IHttpStage.metricServerError
(MetricOptions props) Metric for the number of server-side errors captured in a given period. -
Uses of MetricOptions in software.amazon.awscdk.services.certificatemanager
Modifier and TypeMethodDescriptionCertificate.metricDaysToExpiry
(MetricOptions props) Return the DaysToExpiry metric for this AWS Certificate Manager Certificate.DnsValidatedCertificate.metricDaysToExpiry
(MetricOptions props) Deprecated.default Metric
ICertificate.Jsii$Default.metricDaysToExpiry
(MetricOptions props) Return the DaysToExpiry metric for this AWS Certificate Manager Certificate.final Metric
ICertificate.Jsii$Proxy.metricDaysToExpiry
(MetricOptions props) Return the DaysToExpiry metric for this AWS Certificate Manager Certificate.ICertificate.metricDaysToExpiry
(MetricOptions props) Return the DaysToExpiry metric for this AWS Certificate Manager Certificate.PrivateCertificate.metricDaysToExpiry
(MetricOptions props) Return the DaysToExpiry metric for this AWS Certificate Manager Certificate. -
Uses of MetricOptions in software.amazon.awscdk.services.chatbot
Modifier and TypeMethodDescriptiondefault Metric
ISlackChannelConfiguration.Jsii$Default.metric
(String metricName, MetricOptions props) Return the given named metric for this SlackChannelConfiguration.final Metric
ISlackChannelConfiguration.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return the given named metric for this SlackChannelConfiguration.ISlackChannelConfiguration.metric
(String metricName, MetricOptions props) Return the given named metric for this SlackChannelConfiguration.SlackChannelConfiguration.metric
(String metricName, MetricOptions props) Return the given named metric for this SlackChannelConfiguration.static Metric
SlackChannelConfiguration.metricAll
(String metricName, MetricOptions props) Return the given named metric for All SlackChannelConfigurations. -
Uses of MetricOptions in software.amazon.awscdk.services.cloudfront
Modifier and TypeMethodDescriptionDistribution.metric
(String metricName, MetricOptions props) Return the given named metric for this Distribution.Distribution.metric401ErrorRate
(MetricOptions props) Metric for the percentage of all viewer requests for which the response's HTTP status code is 401.Distribution.metric403ErrorRate
(MetricOptions props) Metric for the percentage of all viewer requests for which the response's HTTP status code is 403.Distribution.metric404ErrorRate
(MetricOptions props) Metric for the percentage of all viewer requests for which the response's HTTP status code is 404.Distribution.metric4xxErrorRate
(MetricOptions props) Metric for the percentage of all viewer requests for which the response's HTTP status code is 4xx.Distribution.metric502ErrorRate
(MetricOptions props) Metric for the percentage of all viewer requests for which the response's HTTP status code is 502.Distribution.metric503ErrorRate
(MetricOptions props) Metric for the percentage of all viewer requests for which the response's HTTP status code is 503.Distribution.metric504ErrorRate
(MetricOptions props) Metric for the percentage of all viewer requests for which the response's HTTP status code is 504.Distribution.metric5xxErrorRate
(MetricOptions props) Metric for the percentage of all viewer requests for which the response's HTTP status code is 5xx.Distribution.metricBytesDownloaded
(MetricOptions props) Metric for the total number of bytes downloaded by viewers for GET, HEAD, and OPTIONS requests.Distribution.metricBytesUploaded
(MetricOptions props) Metric for the total number of bytes that viewers uploaded to your origin with CloudFront, using POST and PUT requests.Distribution.metricCacheHitRate
(MetricOptions props) Metric for the percentage of all cacheable requests for which CloudFront served the content from its cache.Distribution.metricOriginLatency
(MetricOptions props) Metric for the total time spent from when CloudFront receives a request to when it starts providing a response to the network (not the viewer), for requests that are served from the origin, not the CloudFront cache.Distribution.metricRequests
(MetricOptions props) Metric for the total number of viewer requests received by CloudFront, for all HTTP methods and for both HTTP and HTTPS requests.Distribution.metricTotalErrorRate
(MetricOptions props) Metric for the percentage of all viewer requests for which the response's HTTP status code is 4xx or 5xx. -
Uses of MetricOptions in software.amazon.awscdk.services.cloudfront.experimental
Modifier and TypeMethodDescriptionEdgeFunction.metric
(String metricName, MetricOptions props) Return the given named metric for this Lambda Return the given named metric for this Function.EdgeFunction.metricDuration
(MetricOptions props) Metric for the Duration of this Lambda How long execution of this Lambda takes.EdgeFunction.metricErrors
(MetricOptions props) How many invocations of this Lambda fail.EdgeFunction.metricInvocations
(MetricOptions props) Metric for the number of invocations of this Lambda How often this Lambda is invoked.EdgeFunction.metricThrottles
(MetricOptions props) Metric for the number of throttled invocations of this Lambda How often this Lambda is throttled. -
Uses of MetricOptions in software.amazon.awscdk.services.cloudwatch
Modifier and TypeMethodDescriptionMetric.with
(MetricOptions props) Return a copy of Metricwith
properties changed. -
Uses of MetricOptions in software.amazon.awscdk.services.codebuild
Modifier and TypeMethodDescriptiondefault Metric
IProject.Jsii$Default.metric
(String metricName, MetricOptions props) final Metric
IProject.Jsii$Proxy.metric
(String metricName, MetricOptions props) IProject.metric
(String metricName, MetricOptions props) Project.metric
(String metricName, MetricOptions props) default Metric
IProject.Jsii$Default.metricBuilds
(MetricOptions props) Measures the number of builds triggered.final Metric
IProject.Jsii$Proxy.metricBuilds
(MetricOptions props) Measures the number of builds triggered.IProject.metricBuilds
(MetricOptions props) Measures the number of builds triggered.Project.metricBuilds
(MetricOptions props) Measures the number of builds triggered.default Metric
IProject.Jsii$Default.metricDuration
(MetricOptions props) Measures the duration of all builds over time.final Metric
IProject.Jsii$Proxy.metricDuration
(MetricOptions props) Measures the duration of all builds over time.IProject.metricDuration
(MetricOptions props) Measures the duration of all builds over time.Project.metricDuration
(MetricOptions props) Measures the duration of all builds over time.default Metric
IProject.Jsii$Default.metricFailedBuilds
(MetricOptions props) Measures the number of builds that failed because of client error or because of a timeout.final Metric
IProject.Jsii$Proxy.metricFailedBuilds
(MetricOptions props) Measures the number of builds that failed because of client error or because of a timeout.IProject.metricFailedBuilds
(MetricOptions props) Measures the number of builds that failed because of client error or because of a timeout.Project.metricFailedBuilds
(MetricOptions props) Measures the number of builds that failed because of client error or because of a timeout.default Metric
IProject.Jsii$Default.metricSucceededBuilds
(MetricOptions props) Measures the number of successful builds.final Metric
IProject.Jsii$Proxy.metricSucceededBuilds
(MetricOptions props) Measures the number of successful builds.IProject.metricSucceededBuilds
(MetricOptions props) Measures the number of successful builds.Project.metricSucceededBuilds
(MetricOptions props) Measures the number of successful builds. -
Uses of MetricOptions in software.amazon.awscdk.services.dynamodb
Modifier and TypeInterfaceDescriptioninterface
Options for configuring metrics that considers multiple operations.interface
Options for configuring a system errors metric that considers multiple operations.Modifier and TypeClassDescriptionstatic final class
An implementation forOperationsMetricOptions
static final class
An implementation forSystemErrorsForOperationsMetricOptions
Modifier and TypeMethodDescriptiondefault Metric
ITable.Jsii$Default.metric
(String metricName, MetricOptions props) Metric for the number of Errors executing all Lambdas.final Metric
ITable.Jsii$Proxy.metric
(String metricName, MetricOptions props) Metric for the number of Errors executing all Lambdas.ITable.metric
(String metricName, MetricOptions props) Metric for the number of Errors executing all Lambdas.default Metric
ITableV2.Jsii$Default.metric
(String metricName, MetricOptions props) Metric for the number of Errors executing all Lambdas.final Metric
ITableV2.Jsii$Proxy.metric
(String metricName, MetricOptions props) Metric for the number of Errors executing all Lambdas.TableBase.metric
(String metricName, MetricOptions props) Return the given named metric for this Table.TableBaseV2.metric
(String metricName, MetricOptions props) Return the given named metric for this table.default Metric
ITable.Jsii$Default.metricConditionalCheckFailedRequests
(MetricOptions props) Metric for the conditional check failed requests.final Metric
ITable.Jsii$Proxy.metricConditionalCheckFailedRequests
(MetricOptions props) Metric for the conditional check failed requests.ITable.metricConditionalCheckFailedRequests
(MetricOptions props) Metric for the conditional check failed requests.default Metric
ITableV2.Jsii$Default.metricConditionalCheckFailedRequests
(MetricOptions props) Metric for the conditional check failed requests.final Metric
ITableV2.Jsii$Proxy.metricConditionalCheckFailedRequests
(MetricOptions props) Metric for the conditional check failed requests.TableBase.metricConditionalCheckFailedRequests
(MetricOptions props) Metric for the conditional check failed requests this table.TableBaseV2.metricConditionalCheckFailedRequests
(MetricOptions props) Metric for the conditional check failed requests for this table.default Metric
ITable.Jsii$Default.metricConsumedReadCapacityUnits
(MetricOptions props) Metric for the consumed read capacity units.final Metric
ITable.Jsii$Proxy.metricConsumedReadCapacityUnits
(MetricOptions props) Metric for the consumed read capacity units.ITable.metricConsumedReadCapacityUnits
(MetricOptions props) Metric for the consumed read capacity units.default Metric
ITableV2.Jsii$Default.metricConsumedReadCapacityUnits
(MetricOptions props) Metric for the consumed read capacity units.final Metric
ITableV2.Jsii$Proxy.metricConsumedReadCapacityUnits
(MetricOptions props) Metric for the consumed read capacity units.TableBase.metricConsumedReadCapacityUnits
(MetricOptions props) Metric for the consumed read capacity units this table.TableBaseV2.metricConsumedReadCapacityUnits
(MetricOptions props) Metric for the consumed read capacity units for this table.default Metric
ITable.Jsii$Default.metricConsumedWriteCapacityUnits
(MetricOptions props) Metric for the consumed write capacity units.final Metric
ITable.Jsii$Proxy.metricConsumedWriteCapacityUnits
(MetricOptions props) Metric for the consumed write capacity units.ITable.metricConsumedWriteCapacityUnits
(MetricOptions props) Metric for the consumed write capacity units.default Metric
ITableV2.Jsii$Default.metricConsumedWriteCapacityUnits
(MetricOptions props) Metric for the consumed write capacity units.final Metric
ITableV2.Jsii$Proxy.metricConsumedWriteCapacityUnits
(MetricOptions props) Metric for the consumed write capacity units.TableBase.metricConsumedWriteCapacityUnits
(MetricOptions props) Metric for the consumed write capacity units this table.TableBaseV2.metricConsumedWriteCapacityUnits
(MetricOptions props) Metric for the consumed write capacity units for this table.default Metric
ITable.Jsii$Default.metricSuccessfulRequestLatency
(MetricOptions props) Metric for the successful request latency.final Metric
ITable.Jsii$Proxy.metricSuccessfulRequestLatency
(MetricOptions props) Metric for the successful request latency.ITable.metricSuccessfulRequestLatency
(MetricOptions props) Metric for the successful request latency.default Metric
ITableV2.Jsii$Default.metricSuccessfulRequestLatency
(MetricOptions props) Metric for the successful request latency.final Metric
ITableV2.Jsii$Proxy.metricSuccessfulRequestLatency
(MetricOptions props) Metric for the successful request latency.TableBase.metricSuccessfulRequestLatency
(MetricOptions props) Metric for the successful request latency this table.TableBaseV2.metricSuccessfulRequestLatency
(MetricOptions props) Metric for the successful request latency for this table.TableBase.metricSystemErrors
(MetricOptions props) Deprecated.TableBaseV2.metricSystemErrors
(MetricOptions props) Deprecated.usemetricSystemErrorsForOperations
.default Metric
ITable.Jsii$Default.metricThrottledRequests
(MetricOptions props) Deprecated.usemetricThrottledRequestsForOperations
final Metric
ITable.Jsii$Proxy.metricThrottledRequests
(MetricOptions props) Deprecated.usemetricThrottledRequestsForOperations
ITable.metricThrottledRequests
(MetricOptions props) Deprecated.usemetricThrottledRequestsForOperations
default Metric
ITableV2.Jsii$Default.metricThrottledRequests
(MetricOptions props) Deprecated.usemetricThrottledRequestsForOperations
final Metric
ITableV2.Jsii$Proxy.metricThrottledRequests
(MetricOptions props) Deprecated.usemetricThrottledRequestsForOperations
TableBase.metricThrottledRequests
(MetricOptions props) Deprecated.Do not use this function.TableBaseV2.metricThrottledRequests
(MetricOptions props) Deprecated.Do not use this function.TableBase.metricThrottledRequestsForOperation
(String operation, MetricOptions props) How many requests are throttled on this table, for the given operation.default Metric
ITable.Jsii$Default.metricUserErrors
(MetricOptions props) Metric for the user errors.final Metric
ITable.Jsii$Proxy.metricUserErrors
(MetricOptions props) Metric for the user errors.ITable.metricUserErrors
(MetricOptions props) Metric for the user errors.default Metric
ITableV2.Jsii$Default.metricUserErrors
(MetricOptions props) Metric for the user errors.final Metric
ITableV2.Jsii$Proxy.metricUserErrors
(MetricOptions props) Metric for the user errors.TableBase.metricUserErrors
(MetricOptions props) Metric for the user errors.TableBaseV2.metricUserErrors
(MetricOptions props) Metric for the user errors for this table. -
Uses of MetricOptions in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptiondefault Metric
IVpnConnection.Jsii$Default.metric
(String metricName, MetricOptions props) Return the given named metric for this VPNConnection.final Metric
IVpnConnection.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return the given named metric for this VPNConnection.IVpnConnection.metric
(String metricName, MetricOptions props) Return the given named metric for this VPNConnection.VpnConnectionBase.metric
(String metricName, MetricOptions props) Return the given named metric for this VPNConnection.static Metric
VpnConnection.metricAll
(String metricName, MetricOptions props) Return the given named metric for all VPN connections in the account/region.static Metric
VpnConnection.metricAllTunnelDataIn
(MetricOptions props) Metric for the tunnel data in of all VPN connections in the account/region.static Metric
VpnConnection.metricAllTunnelDataOut
(MetricOptions props) Metric for the tunnel data out of all VPN connections.static Metric
VpnConnection.metricAllTunnelState
(MetricOptions props) Metric for the tunnel state of all VPN connections in the account/region.default Metric
IVpnConnection.Jsii$Default.metricTunnelDataIn
(MetricOptions props) The bytes received through the VPN tunnel.final Metric
IVpnConnection.Jsii$Proxy.metricTunnelDataIn
(MetricOptions props) The bytes received through the VPN tunnel.IVpnConnection.metricTunnelDataIn
(MetricOptions props) The bytes received through the VPN tunnel.VpnConnectionBase.metricTunnelDataIn
(MetricOptions props) The bytes received through the VPN tunnel.default Metric
IVpnConnection.Jsii$Default.metricTunnelDataOut
(MetricOptions props) The bytes sent through the VPN tunnel.final Metric
IVpnConnection.Jsii$Proxy.metricTunnelDataOut
(MetricOptions props) The bytes sent through the VPN tunnel.IVpnConnection.metricTunnelDataOut
(MetricOptions props) The bytes sent through the VPN tunnel.VpnConnectionBase.metricTunnelDataOut
(MetricOptions props) The bytes sent through the VPN tunnel.default Metric
IVpnConnection.Jsii$Default.metricTunnelState
(MetricOptions props) The state of the tunnel.final Metric
IVpnConnection.Jsii$Proxy.metricTunnelState
(MetricOptions props) The state of the tunnel.IVpnConnection.metricTunnelState
(MetricOptions props) The state of the tunnel.VpnConnectionBase.metricTunnelState
(MetricOptions props) The state of the tunnel. -
Uses of MetricOptions in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionBaseService.metric
(String metricName, MetricOptions props) This method returns the specified CloudWatch metric name for this service.Cluster.metric
(String metricName, MetricOptions props) This method returns the specifed CloudWatch metric for this cluster.Cluster.metricCpuReservation
(MetricOptions props) This method returns the CloudWatch metric for this clusters CPU reservation.BaseService.metricCpuUtilization
(MetricOptions props) This method returns the CloudWatch metric for this service's CPU utilization.Cluster.metricCpuUtilization
(MetricOptions props) This method returns the CloudWatch metric for this clusters CPU utilization.Cluster.metricMemoryReservation
(MetricOptions props) This method returns the CloudWatch metric for this clusters memory reservation.BaseService.metricMemoryUtilization
(MetricOptions props) This method returns the CloudWatch metric for this service's memory utilization.Cluster.metricMemoryUtilization
(MetricOptions props) This method returns the CloudWatch metric for this clusters memory utilization. -
Uses of MetricOptions in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionIApplicationLoadBalancerMetrics.activeConnectionCount
(MetricOptions props) The total number of concurrent TCP connections active from clients to the load balancer and from the load balancer to targets.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.activeConnectionCount
(MetricOptions props) The total number of concurrent TCP connections active from clients to the load balancer and from the load balancer to targets.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.activeConnectionCount
(MetricOptions props) The total number of concurrent TCP connections active from clients to the load balancer and from the load balancer to targets.INetworkLoadBalancerMetrics.activeFlowCount
(MetricOptions props) The total number of concurrent TCP flows (or connections) from clients to targets.default Metric
INetworkLoadBalancerMetrics.Jsii$Default.activeFlowCount
(MetricOptions props) The total number of concurrent TCP flows (or connections) from clients to targets.final Metric
INetworkLoadBalancerMetrics.Jsii$Proxy.activeFlowCount
(MetricOptions props) The total number of concurrent TCP flows (or connections) from clients to targets.IApplicationLoadBalancerMetrics.clientTlsNegotiationErrorCount
(MetricOptions props) The number of TLS connections initiated by the client that did not establish a session with the load balancer.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.clientTlsNegotiationErrorCount
(MetricOptions props) The number of TLS connections initiated by the client that did not establish a session with the load balancer.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.clientTlsNegotiationErrorCount
(MetricOptions props) The number of TLS connections initiated by the client that did not establish a session with the load balancer.IApplicationLoadBalancerMetrics.consumedLCUs
(MetricOptions props) The number of load balancer capacity units (LCU) used by your load balancer.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.consumedLCUs
(MetricOptions props) The number of load balancer capacity units (LCU) used by your load balancer.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.consumedLCUs
(MetricOptions props) The number of load balancer capacity units (LCU) used by your load balancer.INetworkLoadBalancerMetrics.consumedLCUs
(MetricOptions props) The number of load balancer capacity units (LCU) used by your load balancer.default Metric
INetworkLoadBalancerMetrics.Jsii$Default.consumedLCUs
(MetricOptions props) The number of load balancer capacity units (LCU) used by your load balancer.final Metric
INetworkLoadBalancerMetrics.Jsii$Proxy.consumedLCUs
(MetricOptions props) The number of load balancer capacity units (LCU) used by your load balancer.IApplicationLoadBalancerMetrics.custom
(String metricName, MetricOptions props) Return the given named metric for this Application Load Balancer.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.custom
(String metricName, MetricOptions props) Return the given named metric for this Application Load Balancer.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.custom
(String metricName, MetricOptions props) Return the given named metric for this Application Load Balancer.IApplicationTargetGroupMetrics.custom
(String metricName, MetricOptions props) Return the given named metric for this Network Target Group.default Metric
IApplicationTargetGroupMetrics.Jsii$Default.custom
(String metricName, MetricOptions props) Return the given named metric for this Network Target Group.final Metric
IApplicationTargetGroupMetrics.Jsii$Proxy.custom
(String metricName, MetricOptions props) Return the given named metric for this Network Target Group.INetworkLoadBalancerMetrics.custom
(String metricName, MetricOptions props) Return the given named metric for this Network Load Balancer.default Metric
INetworkLoadBalancerMetrics.Jsii$Default.custom
(String metricName, MetricOptions props) Return the given named metric for this Network Load Balancer.final Metric
INetworkLoadBalancerMetrics.Jsii$Proxy.custom
(String metricName, MetricOptions props) Return the given named metric for this Network Load Balancer.INetworkTargetGroupMetrics.custom
(String metricName, MetricOptions props) Return the given named metric for this Network Target Group.default Metric
INetworkTargetGroupMetrics.Jsii$Default.custom
(String metricName, MetricOptions props) Return the given named metric for this Network Target Group.final Metric
INetworkTargetGroupMetrics.Jsii$Proxy.custom
(String metricName, MetricOptions props) Return the given named metric for this Network Target Group.IApplicationLoadBalancerMetrics.elbAuthError
(MetricOptions props) The number of user authentications that could not be completed.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.elbAuthError
(MetricOptions props) The number of user authentications that could not be completed.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.elbAuthError
(MetricOptions props) The number of user authentications that could not be completed.IApplicationLoadBalancerMetrics.elbAuthFailure
(MetricOptions props) The number of user authentications that could not be completed because the IdP denied access to the user or an authorization code was used more than once.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.elbAuthFailure
(MetricOptions props) The number of user authentications that could not be completed because the IdP denied access to the user or an authorization code was used more than once.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.elbAuthFailure
(MetricOptions props) The number of user authentications that could not be completed because the IdP denied access to the user or an authorization code was used more than once.IApplicationLoadBalancerMetrics.elbAuthLatency
(MetricOptions props) The time elapsed, in milliseconds, to query the IdP for the ID token and user info.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.elbAuthLatency
(MetricOptions props) The time elapsed, in milliseconds, to query the IdP for the ID token and user info.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.elbAuthLatency
(MetricOptions props) The time elapsed, in milliseconds, to query the IdP for the ID token and user info.IApplicationLoadBalancerMetrics.elbAuthSuccess
(MetricOptions props) The number of authenticate actions that were successful.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.elbAuthSuccess
(MetricOptions props) The number of authenticate actions that were successful.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.elbAuthSuccess
(MetricOptions props) The number of authenticate actions that were successful.IApplicationTargetGroupMetrics.healthyHostCount
(MetricOptions props) The number of healthy hosts in the target group.default Metric
IApplicationTargetGroupMetrics.Jsii$Default.healthyHostCount
(MetricOptions props) The number of healthy hosts in the target group.final Metric
IApplicationTargetGroupMetrics.Jsii$Proxy.healthyHostCount
(MetricOptions props) The number of healthy hosts in the target group.INetworkTargetGroupMetrics.healthyHostCount
(MetricOptions props) The number of targets that are considered healthy.default Metric
INetworkTargetGroupMetrics.Jsii$Default.healthyHostCount
(MetricOptions props) The number of targets that are considered healthy.final Metric
INetworkTargetGroupMetrics.Jsii$Proxy.healthyHostCount
(MetricOptions props) The number of targets that are considered healthy.IApplicationLoadBalancerMetrics.httpCodeElb
(HttpCodeElb code, MetricOptions props) The number of HTTP 3xx/4xx/5xx codes that originate from the load balancer.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.httpCodeElb
(HttpCodeElb code, MetricOptions props) The number of HTTP 3xx/4xx/5xx codes that originate from the load balancer.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.httpCodeElb
(HttpCodeElb code, MetricOptions props) The number of HTTP 3xx/4xx/5xx codes that originate from the load balancer.IApplicationLoadBalancerMetrics.httpCodeTarget
(HttpCodeTarget code, MetricOptions props) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in the load balancer.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.httpCodeTarget
(HttpCodeTarget code, MetricOptions props) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in the load balancer.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.httpCodeTarget
(HttpCodeTarget code, MetricOptions props) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in the load balancer.IApplicationTargetGroupMetrics.httpCodeTarget
(HttpCodeTarget code, MetricOptions props) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in this target group.default Metric
IApplicationTargetGroupMetrics.Jsii$Default.httpCodeTarget
(HttpCodeTarget code, MetricOptions props) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in this target group.final Metric
IApplicationTargetGroupMetrics.Jsii$Proxy.httpCodeTarget
(HttpCodeTarget code, MetricOptions props) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in this target group.IApplicationLoadBalancerMetrics.httpFixedResponseCount
(MetricOptions props) The number of fixed-response actions that were successful.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.httpFixedResponseCount
(MetricOptions props) The number of fixed-response actions that were successful.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.httpFixedResponseCount
(MetricOptions props) The number of fixed-response actions that were successful.IApplicationLoadBalancerMetrics.httpRedirectCount
(MetricOptions props) The number of redirect actions that were successful.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.httpRedirectCount
(MetricOptions props) The number of redirect actions that were successful.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.httpRedirectCount
(MetricOptions props) The number of redirect actions that were successful.IApplicationLoadBalancerMetrics.httpRedirectUrlLimitExceededCount
(MetricOptions props) The number of redirect actions that couldn't be completed because the URL in the response location header is larger than 8K.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.httpRedirectUrlLimitExceededCount
(MetricOptions props) The number of redirect actions that couldn't be completed because the URL in the response location header is larger than 8K.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.httpRedirectUrlLimitExceededCount
(MetricOptions props) The number of redirect actions that couldn't be completed because the URL in the response location header is larger than 8K.IApplicationLoadBalancerMetrics.ipv6ProcessedBytes
(MetricOptions props) The total number of bytes processed by the load balancer over IPv6.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.ipv6ProcessedBytes
(MetricOptions props) The total number of bytes processed by the load balancer over IPv6.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.ipv6ProcessedBytes
(MetricOptions props) The total number of bytes processed by the load balancer over IPv6.IApplicationLoadBalancerMetrics.ipv6RequestCount
(MetricOptions props) The number of IPv6 requests received by the load balancer.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.ipv6RequestCount
(MetricOptions props) The number of IPv6 requests received by the load balancer.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.ipv6RequestCount
(MetricOptions props) The number of IPv6 requests received by the load balancer.IApplicationTargetGroupMetrics.ipv6RequestCount
(MetricOptions props) The number of IPv6 requests received by the target group.default Metric
IApplicationTargetGroupMetrics.Jsii$Default.ipv6RequestCount
(MetricOptions props) The number of IPv6 requests received by the target group.final Metric
IApplicationTargetGroupMetrics.Jsii$Proxy.ipv6RequestCount
(MetricOptions props) The number of IPv6 requests received by the target group.ApplicationLoadBalancer.metric
(String metricName, MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.custom
insteadApplicationTargetGroup.metric
(String metricName, MetricOptions props) Return the given named metric for this Application Load Balancer Target Group.NetworkLoadBalancer.metric
(String metricName, MetricOptions props) Deprecated.UseNetworkLoadBalancer.metrics.custom
insteadApplicationLoadBalancer.metricActiveConnectionCount
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.activeConnectionCount
insteadNetworkLoadBalancer.metricActiveFlowCount
(MetricOptions props) Deprecated.UseNetworkLoadBalancer.metrics.activeFlowCount
insteadApplicationLoadBalancer.metricClientTlsNegotiationErrorCount
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.clientTlsNegotiationErrorCount
insteadApplicationLoadBalancer.metricConsumedLCUs
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.consumedLCUs
insteadNetworkLoadBalancer.metricConsumedLCUs
(MetricOptions props) Deprecated.UseNetworkLoadBalancer.metrics.activeFlowCount
insteadApplicationLoadBalancer.metricElbAuthError
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.elbAuthError
insteadApplicationLoadBalancer.metricElbAuthFailure
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.elbAuthFailure
insteadApplicationLoadBalancer.metricElbAuthLatency
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.elbAuthLatency
insteadApplicationLoadBalancer.metricElbAuthSuccess
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.elbAuthSuccess
insteadApplicationTargetGroup.metricHealthyHostCount
(MetricOptions props) Deprecated.UseApplicationTargetGroup.metrics.healthyHostCount
insteadNetworkTargetGroup.metricHealthyHostCount
(MetricOptions props) Deprecated.UseNetworkTargetGroup.metrics.healthyHostCount
insteadApplicationLoadBalancer.metricHttpCodeElb
(HttpCodeElb code, MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.httpCodeElb
insteadApplicationLoadBalancer.metricHttpCodeTarget
(HttpCodeTarget code, MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.httpCodeTarget
insteadApplicationTargetGroup.metricHttpCodeTarget
(HttpCodeTarget code, MetricOptions props) Deprecated.UseApplicationTargetGroup.metrics.httpCodeTarget
insteadApplicationLoadBalancer.metricHttpFixedResponseCount
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.httpFixedResponseCount
insteadApplicationLoadBalancer.metricHttpRedirectCount
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.httpRedirectCount
insteadApplicationLoadBalancer.metricHttpRedirectUrlLimitExceededCount
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.httpRedirectUrlLimitExceededCount
insteadApplicationLoadBalancer.metricIpv6ProcessedBytes
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.ipv6ProcessedBytes
insteadApplicationLoadBalancer.metricIpv6RequestCount
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.ipv6RequestCount
insteadApplicationTargetGroup.metricIpv6RequestCount
(MetricOptions props) Deprecated.UseApplicationTargetGroup.metrics.ipv6RequestCount
insteadApplicationLoadBalancer.metricNewConnectionCount
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.newConnectionCount
insteadNetworkLoadBalancer.metricNewFlowCount
(MetricOptions props) Deprecated.UseNetworkLoadBalancer.metrics.newFlowCount
insteadApplicationLoadBalancer.metricProcessedBytes
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.processedBytes
insteadNetworkLoadBalancer.metricProcessedBytes
(MetricOptions props) Deprecated.UseNetworkLoadBalancer.metrics.processedBytes
insteadApplicationLoadBalancer.metricRejectedConnectionCount
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.rejectedConnectionCount
insteadApplicationLoadBalancer.metricRequestCount
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.requestCount
insteadApplicationTargetGroup.metricRequestCount
(MetricOptions props) Deprecated.UseApplicationTargetGroup.metrics.requestCount
insteadApplicationTargetGroup.metricRequestCountPerTarget
(MetricOptions props) Deprecated.UseApplicationTargetGroup.metrics.requestCountPerTarget
insteadApplicationLoadBalancer.metricRuleEvaluations
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.ruleEvaluations
insteadApplicationLoadBalancer.metricTargetConnectionErrorCount
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.targetConnectionErrorCount
insteadApplicationTargetGroup.metricTargetConnectionErrorCount
(MetricOptions props) Deprecated.UseApplicationTargetGroup.metrics.targetConnectionErrorCount
insteadApplicationLoadBalancer.metricTargetResponseTime
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.targetResponseTime
insteadApplicationTargetGroup.metricTargetResponseTime
(MetricOptions props) Deprecated.UseApplicationTargetGroup.metrics.targetResponseTime
insteadApplicationLoadBalancer.metricTargetTLSNegotiationErrorCount
(MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.targetTLSNegotiationErrorCount
insteadApplicationTargetGroup.metricTargetTLSNegotiationErrorCount
(MetricOptions props) Deprecated.UseApplicationTargetGroup.metrics.tlsNegotiationErrorCount
insteadNetworkLoadBalancer.metricTcpClientResetCount
(MetricOptions props) Deprecated.UseNetworkLoadBalancer.metrics.tcpClientResetCount
insteadNetworkLoadBalancer.metricTcpElbResetCount
(MetricOptions props) Deprecated.UseNetworkLoadBalancer.metrics.tcpElbResetCount
insteadNetworkLoadBalancer.metricTcpTargetResetCount
(MetricOptions props) Deprecated.UseNetworkLoadBalancer.metrics.tcpTargetResetCount
insteadApplicationTargetGroup.metricUnhealthyHostCount
(MetricOptions props) Deprecated.UseApplicationTargetGroup.metrics.unhealthyHostCount
insteadNetworkTargetGroup.metricUnHealthyHostCount
(MetricOptions props) Deprecated.UseNetworkTargetGroup.metrics.healthyHostCount
insteaddefault Metric
IApplicationLoadBalancerMetrics.Jsii$Default.newConnectionCount
(MetricOptions props) The total number of new TCP connections established from clients to the load balancer and from the load balancer to targets.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.newConnectionCount
(MetricOptions props) The total number of new TCP connections established from clients to the load balancer and from the load balancer to targets.IApplicationLoadBalancerMetrics.newConnectionCount
(MetricOptions props) The total number of new TCP connections established from clients to the load balancer and from the load balancer to targets.default Metric
INetworkLoadBalancerMetrics.Jsii$Default.newFlowCount
(MetricOptions props) The total number of new TCP flows (or connections) established from clients to targets in the time period.final Metric
INetworkLoadBalancerMetrics.Jsii$Proxy.newFlowCount
(MetricOptions props) The total number of new TCP flows (or connections) established from clients to targets in the time period.INetworkLoadBalancerMetrics.newFlowCount
(MetricOptions props) The total number of new TCP flows (or connections) established from clients to targets in the time period.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.processedBytes
(MetricOptions props) The total number of bytes processed by the load balancer over IPv4 and IPv6.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.processedBytes
(MetricOptions props) The total number of bytes processed by the load balancer over IPv4 and IPv6.IApplicationLoadBalancerMetrics.processedBytes
(MetricOptions props) The total number of bytes processed by the load balancer over IPv4 and IPv6.default Metric
INetworkLoadBalancerMetrics.Jsii$Default.processedBytes
(MetricOptions props) The total number of bytes processed by the load balancer, including TCP/IP headers.final Metric
INetworkLoadBalancerMetrics.Jsii$Proxy.processedBytes
(MetricOptions props) The total number of bytes processed by the load balancer, including TCP/IP headers.INetworkLoadBalancerMetrics.processedBytes
(MetricOptions props) The total number of bytes processed by the load balancer, including TCP/IP headers.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.rejectedConnectionCount
(MetricOptions props) The number of connections that were rejected because the load balancer had reached its maximum number of connections.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.rejectedConnectionCount
(MetricOptions props) The number of connections that were rejected because the load balancer had reached its maximum number of connections.IApplicationLoadBalancerMetrics.rejectedConnectionCount
(MetricOptions props) The number of connections that were rejected because the load balancer had reached its maximum number of connections.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.requestCount
(MetricOptions props) The number of requests processed over IPv4 and IPv6.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.requestCount
(MetricOptions props) The number of requests processed over IPv4 and IPv6.IApplicationLoadBalancerMetrics.requestCount
(MetricOptions props) The number of requests processed over IPv4 and IPv6.default Metric
IApplicationTargetGroupMetrics.Jsii$Default.requestCount
(MetricOptions props) The number of requests processed over IPv4 and IPv6.final Metric
IApplicationTargetGroupMetrics.Jsii$Proxy.requestCount
(MetricOptions props) The number of requests processed over IPv4 and IPv6.IApplicationTargetGroupMetrics.requestCount
(MetricOptions props) The number of requests processed over IPv4 and IPv6.default Metric
IApplicationTargetGroupMetrics.Jsii$Default.requestCountPerTarget
(MetricOptions props) The average number of requests received by each target in a target group.final Metric
IApplicationTargetGroupMetrics.Jsii$Proxy.requestCountPerTarget
(MetricOptions props) The average number of requests received by each target in a target group.IApplicationTargetGroupMetrics.requestCountPerTarget
(MetricOptions props) The average number of requests received by each target in a target group.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.ruleEvaluations
(MetricOptions props) The number of rules processed by the load balancer given a request rate averaged over an hour.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.ruleEvaluations
(MetricOptions props) The number of rules processed by the load balancer given a request rate averaged over an hour.IApplicationLoadBalancerMetrics.ruleEvaluations
(MetricOptions props) The number of rules processed by the load balancer given a request rate averaged over an hour.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.targetConnectionErrorCount
(MetricOptions props) The number of connections that were not successfully established between the load balancer and target.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.targetConnectionErrorCount
(MetricOptions props) The number of connections that were not successfully established between the load balancer and target.IApplicationLoadBalancerMetrics.targetConnectionErrorCount
(MetricOptions props) The number of connections that were not successfully established between the load balancer and target.default Metric
IApplicationTargetGroupMetrics.Jsii$Default.targetConnectionErrorCount
(MetricOptions props) The number of connections that were not successfully established between the load balancer and target.final Metric
IApplicationTargetGroupMetrics.Jsii$Proxy.targetConnectionErrorCount
(MetricOptions props) The number of connections that were not successfully established between the load balancer and target.IApplicationTargetGroupMetrics.targetConnectionErrorCount
(MetricOptions props) The number of connections that were not successfully established between the load balancer and target.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.targetResponseTime
(MetricOptions props) The time elapsed, in seconds, after the request leaves the load balancer until a response from the target is received.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.targetResponseTime
(MetricOptions props) The time elapsed, in seconds, after the request leaves the load balancer until a response from the target is received.IApplicationLoadBalancerMetrics.targetResponseTime
(MetricOptions props) The time elapsed, in seconds, after the request leaves the load balancer until a response from the target is received.default Metric
IApplicationTargetGroupMetrics.Jsii$Default.targetResponseTime
(MetricOptions props) The time elapsed, in seconds, after the request leaves the load balancer until a response from the target is received.final Metric
IApplicationTargetGroupMetrics.Jsii$Proxy.targetResponseTime
(MetricOptions props) The time elapsed, in seconds, after the request leaves the load balancer until a response from the target is received.IApplicationTargetGroupMetrics.targetResponseTime
(MetricOptions props) The time elapsed, in seconds, after the request leaves the load balancer until a response from the target is received.default Metric
IApplicationLoadBalancerMetrics.Jsii$Default.targetTLSNegotiationErrorCount
(MetricOptions props) The number of TLS connections initiated by the load balancer that did not establish a session with the target.final Metric
IApplicationLoadBalancerMetrics.Jsii$Proxy.targetTLSNegotiationErrorCount
(MetricOptions props) The number of TLS connections initiated by the load balancer that did not establish a session with the target.IApplicationLoadBalancerMetrics.targetTLSNegotiationErrorCount
(MetricOptions props) The number of TLS connections initiated by the load balancer that did not establish a session with the target.default Metric
IApplicationTargetGroupMetrics.Jsii$Default.targetTLSNegotiationErrorCount
(MetricOptions props) The number of TLS connections initiated by the load balancer that did not establish a session with the target.final Metric
IApplicationTargetGroupMetrics.Jsii$Proxy.targetTLSNegotiationErrorCount
(MetricOptions props) The number of TLS connections initiated by the load balancer that did not establish a session with the target.IApplicationTargetGroupMetrics.targetTLSNegotiationErrorCount
(MetricOptions props) The number of TLS connections initiated by the load balancer that did not establish a session with the target.default Metric
INetworkLoadBalancerMetrics.Jsii$Default.tcpClientResetCount
(MetricOptions props) The total number of reset (RST) packets sent from a client to a target.final Metric
INetworkLoadBalancerMetrics.Jsii$Proxy.tcpClientResetCount
(MetricOptions props) The total number of reset (RST) packets sent from a client to a target.INetworkLoadBalancerMetrics.tcpClientResetCount
(MetricOptions props) The total number of reset (RST) packets sent from a client to a target.default Metric
INetworkLoadBalancerMetrics.Jsii$Default.tcpElbResetCount
(MetricOptions props) The total number of reset (RST) packets generated by the load balancer.final Metric
INetworkLoadBalancerMetrics.Jsii$Proxy.tcpElbResetCount
(MetricOptions props) The total number of reset (RST) packets generated by the load balancer.INetworkLoadBalancerMetrics.tcpElbResetCount
(MetricOptions props) The total number of reset (RST) packets generated by the load balancer.default Metric
INetworkLoadBalancerMetrics.Jsii$Default.tcpTargetResetCount
(MetricOptions props) The total number of reset (RST) packets sent from a target to a client.final Metric
INetworkLoadBalancerMetrics.Jsii$Proxy.tcpTargetResetCount
(MetricOptions props) The total number of reset (RST) packets sent from a target to a client.INetworkLoadBalancerMetrics.tcpTargetResetCount
(MetricOptions props) The total number of reset (RST) packets sent from a target to a client.default Metric
IApplicationTargetGroupMetrics.Jsii$Default.unhealthyHostCount
(MetricOptions props) The number of unhealthy hosts in the target group.final Metric
IApplicationTargetGroupMetrics.Jsii$Proxy.unhealthyHostCount
(MetricOptions props) The number of unhealthy hosts in the target group.IApplicationTargetGroupMetrics.unhealthyHostCount
(MetricOptions props) The number of unhealthy hosts in the target group.default Metric
INetworkTargetGroupMetrics.Jsii$Default.unHealthyHostCount
(MetricOptions props) The number of targets that are considered unhealthy.final Metric
INetworkTargetGroupMetrics.Jsii$Proxy.unHealthyHostCount
(MetricOptions props) The number of targets that are considered unhealthy.INetworkTargetGroupMetrics.unHealthyHostCount
(MetricOptions props) The number of targets that are considered unhealthy. -
Uses of MetricOptions in software.amazon.awscdk.services.elasticsearch
Modifier and TypeMethodDescriptionDomain.metric
(String metricName, MetricOptions props) Deprecated.use opensearchservice module insteaddefault Metric
IDomain.Jsii$Default.metric
(String metricName, MetricOptions props) Deprecated.use opensearchservice module insteadfinal Metric
IDomain.Jsii$Proxy.metric
(String metricName, MetricOptions props) Deprecated.use opensearchservice module insteadIDomain.metric
(String metricName, MetricOptions props) Deprecated.use opensearchservice module insteadDomain.metricAutomatedSnapshotFailure
(MetricOptions props) Deprecated.use opensearchservice module insteaddefault Metric
IDomain.Jsii$Default.metricAutomatedSnapshotFailure
(MetricOptions props) Deprecated.use opensearchservice module insteadfinal Metric
IDomain.Jsii$Proxy.metricAutomatedSnapshotFailure
(MetricOptions props) Deprecated.use opensearchservice module insteadIDomain.metricAutomatedSnapshotFailure
(MetricOptions props) Deprecated.use opensearchservice module insteadDomain.metricClusterIndexWritesBlocked
(MetricOptions props) Deprecated.use opensearchservice module insteaddefault Metric
IDomain.Jsii$Default.metricClusterIndexWritesBlocked
(MetricOptions props) Deprecated.use opensearchservice module insteadfinal Metric
IDomain.Jsii$Proxy.metricClusterIndexWritesBlocked
(MetricOptions props) Deprecated.use opensearchservice module insteadIDomain.metricClusterIndexWritesBlocked
(MetricOptions props) Deprecated.use opensearchservice module insteadDomain.metricClusterStatusRed
(MetricOptions props) Deprecated.use opensearchservice module insteaddefault Metric
IDomain.Jsii$Default.metricClusterStatusRed
(MetricOptions props) Deprecated.use opensearchservice module insteadfinal Metric
IDomain.Jsii$Proxy.metricClusterStatusRed
(MetricOptions props) Deprecated.use opensearchservice module insteadIDomain.metricClusterStatusRed
(MetricOptions props) Deprecated.use opensearchservice module insteadDomain.metricClusterStatusYellow
(MetricOptions props) Deprecated.use opensearchservice module insteaddefault Metric
IDomain.Jsii$Default.metricClusterStatusYellow
(MetricOptions props) Deprecated.use opensearchservice module insteadfinal Metric
IDomain.Jsii$Proxy.metricClusterStatusYellow
(MetricOptions props) Deprecated.use opensearchservice module insteadIDomain.metricClusterStatusYellow
(MetricOptions props) Deprecated.use opensearchservice module insteadDomain.metricCPUUtilization
(MetricOptions props) Deprecated.use opensearchservice module insteaddefault Metric
IDomain.Jsii$Default.metricCPUUtilization
(MetricOptions props) Deprecated.use opensearchservice module insteadfinal Metric
IDomain.Jsii$Proxy.metricCPUUtilization
(MetricOptions props) Deprecated.use opensearchservice module insteadIDomain.metricCPUUtilization
(MetricOptions props) Deprecated.use opensearchservice module insteadDomain.metricFreeStorageSpace
(MetricOptions props) Deprecated.use opensearchservice module insteaddefault Metric
IDomain.Jsii$Default.metricFreeStorageSpace
(MetricOptions props) Deprecated.use opensearchservice module insteadfinal Metric
IDomain.Jsii$Proxy.metricFreeStorageSpace
(MetricOptions props) Deprecated.use opensearchservice module insteadIDomain.metricFreeStorageSpace
(MetricOptions props) Deprecated.use opensearchservice module insteadDomain.metricIndexingLatency
(MetricOptions props) Deprecated.use opensearchservice module insteaddefault Metric
IDomain.Jsii$Default.metricIndexingLatency
(MetricOptions props) Deprecated.use opensearchservice module insteadfinal Metric
IDomain.Jsii$Proxy.metricIndexingLatency
(MetricOptions props) Deprecated.use opensearchservice module insteadIDomain.metricIndexingLatency
(MetricOptions props) Deprecated.use opensearchservice module insteadDomain.metricJVMMemoryPressure
(MetricOptions props) Deprecated.use opensearchservice module insteaddefault Metric
IDomain.Jsii$Default.metricJVMMemoryPressure
(MetricOptions props) Deprecated.use opensearchservice module insteadfinal Metric
IDomain.Jsii$Proxy.metricJVMMemoryPressure
(MetricOptions props) Deprecated.use opensearchservice module insteadIDomain.metricJVMMemoryPressure
(MetricOptions props) Deprecated.use opensearchservice module insteadDomain.metricKMSKeyError
(MetricOptions props) Deprecated.use opensearchservice module insteaddefault Metric
IDomain.Jsii$Default.metricKMSKeyError
(MetricOptions props) Deprecated.use opensearchservice module insteadfinal Metric
IDomain.Jsii$Proxy.metricKMSKeyError
(MetricOptions props) Deprecated.use opensearchservice module insteadIDomain.metricKMSKeyError
(MetricOptions props) Deprecated.use opensearchservice module insteadDomain.metricKMSKeyInaccessible
(MetricOptions props) Deprecated.use opensearchservice module insteaddefault Metric
IDomain.Jsii$Default.metricKMSKeyInaccessible
(MetricOptions props) Deprecated.use opensearchservice module insteadfinal Metric
IDomain.Jsii$Proxy.metricKMSKeyInaccessible
(MetricOptions props) Deprecated.use opensearchservice module insteadIDomain.metricKMSKeyInaccessible
(MetricOptions props) Deprecated.use opensearchservice module insteadDomain.metricMasterCPUUtilization
(MetricOptions props) Deprecated.use opensearchservice module insteaddefault Metric
IDomain.Jsii$Default.metricMasterCPUUtilization
(MetricOptions props) Deprecated.use opensearchservice module insteadfinal Metric
IDomain.Jsii$Proxy.metricMasterCPUUtilization
(MetricOptions props) Deprecated.use opensearchservice module insteadIDomain.metricMasterCPUUtilization
(MetricOptions props) Deprecated.use opensearchservice module insteadDomain.metricMasterJVMMemoryPressure
(MetricOptions props) Deprecated.use opensearchservice module insteaddefault Metric
IDomain.Jsii$Default.metricMasterJVMMemoryPressure
(MetricOptions props) Deprecated.use opensearchservice module insteadfinal Metric
IDomain.Jsii$Proxy.metricMasterJVMMemoryPressure
(MetricOptions props) Deprecated.use opensearchservice module insteadIDomain.metricMasterJVMMemoryPressure
(MetricOptions props) Deprecated.use opensearchservice module insteadDomain.metricNodes
(MetricOptions props) Deprecated.use opensearchservice module insteaddefault Metric
IDomain.Jsii$Default.metricNodes
(MetricOptions props) Deprecated.use opensearchservice module insteadfinal Metric
IDomain.Jsii$Proxy.metricNodes
(MetricOptions props) Deprecated.use opensearchservice module insteadIDomain.metricNodes
(MetricOptions props) Deprecated.use opensearchservice module insteadDomain.metricSearchableDocuments
(MetricOptions props) Deprecated.use opensearchservice module insteaddefault Metric
IDomain.Jsii$Default.metricSearchableDocuments
(MetricOptions props) Deprecated.use opensearchservice module insteadfinal Metric
IDomain.Jsii$Proxy.metricSearchableDocuments
(MetricOptions props) Deprecated.use opensearchservice module insteadIDomain.metricSearchableDocuments
(MetricOptions props) Deprecated.use opensearchservice module insteadDomain.metricSearchLatency
(MetricOptions props) Deprecated.use opensearchservice module insteaddefault Metric
IDomain.Jsii$Default.metricSearchLatency
(MetricOptions props) Deprecated.use opensearchservice module insteadfinal Metric
IDomain.Jsii$Proxy.metricSearchLatency
(MetricOptions props) Deprecated.use opensearchservice module insteadIDomain.metricSearchLatency
(MetricOptions props) Deprecated.use opensearchservice module instead -
Uses of MetricOptions in software.amazon.awscdk.services.gamelift.alpha
Modifier and TypeMethodDescriptionFleetBase.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this fleet.GameServerGroupBase.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this fleet.GameSessionQueueBase.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this fleet.default Metric
IBuildFleet.Jsii$Default.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this fleet.final Metric
IBuildFleet.Jsii$Proxy.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this fleet.default Metric
IFleet.Jsii$Default.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this fleet.final Metric
IFleet.Jsii$Proxy.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this fleet.IFleet.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this fleet.default Metric
IGameServerGroup.Jsii$Default.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this fleet.final Metric
IGameServerGroup.Jsii$Proxy.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this fleet.IGameServerGroup.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this fleet.default Metric
IGameSessionQueue.Jsii$Default.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this fleet.final Metric
IGameSessionQueue.Jsii$Proxy.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this fleet.IGameSessionQueue.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this fleet.default Metric
IMatchmakingConfiguration.Jsii$Default.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this matchmaking configuration.final Metric
IMatchmakingConfiguration.Jsii$Proxy.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this matchmaking configuration.IMatchmakingConfiguration.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this matchmaking configuration.default Metric
IMatchmakingRuleSet.Jsii$Default.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this matchmaking ruleSet.final Metric
IMatchmakingRuleSet.Jsii$Proxy.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this matchmaking ruleSet.IMatchmakingRuleSet.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this matchmaking ruleSet.MatchmakingConfigurationBase.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this matchmaking configuration.MatchmakingRuleSetBase.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this matchmaking ruleSet.FleetBase.metricActiveInstances
(MetricOptions props) (experimental) Instances withACTIVE
status, which means they are running active server processes.default Metric
IBuildFleet.Jsii$Default.metricActiveInstances
(MetricOptions props) (experimental) Instances withACTIVE
status, which means they are running active server processes.final Metric
IBuildFleet.Jsii$Proxy.metricActiveInstances
(MetricOptions props) (experimental) Instances withACTIVE
status, which means they are running active server processes.default Metric
IFleet.Jsii$Default.metricActiveInstances
(MetricOptions props) (experimental) Instances withACTIVE
status, which means they are running active server processes.final Metric
IFleet.Jsii$Proxy.metricActiveInstances
(MetricOptions props) (experimental) Instances withACTIVE
status, which means they are running active server processes.IFleet.metricActiveInstances
(MetricOptions props) (experimental) Instances withACTIVE
status, which means they are running active server processes.GameSessionQueueBase.metricAverageWaitTime
(MetricOptions props) (experimental) Average amount of time that game session placement requests in the queue with status PENDING have been waiting to be fulfilled.default Metric
IGameSessionQueue.Jsii$Default.metricAverageWaitTime
(MetricOptions props) (experimental) Average amount of time that game session placement requests in the queue with status PENDING have been waiting to be fulfilled.final Metric
IGameSessionQueue.Jsii$Proxy.metricAverageWaitTime
(MetricOptions props) (experimental) Average amount of time that game session placement requests in the queue with status PENDING have been waiting to be fulfilled.IGameSessionQueue.metricAverageWaitTime
(MetricOptions props) (experimental) Average amount of time that game session placement requests in the queue with status PENDING have been waiting to be fulfilled.default Metric
IMatchmakingConfiguration.Jsii$Default.metricCurrentTickets
(MetricOptions props) (experimental) Matchmaking requests currently being processed or waiting to be processed.final Metric
IMatchmakingConfiguration.Jsii$Proxy.metricCurrentTickets
(MetricOptions props) (experimental) Matchmaking requests currently being processed or waiting to be processed.IMatchmakingConfiguration.metricCurrentTickets
(MetricOptions props) (experimental) Matchmaking requests currently being processed or waiting to be processed.MatchmakingConfigurationBase.metricCurrentTickets
(MetricOptions props) (experimental) Matchmaking requests currently being processed or waiting to be processed.FleetBase.metricDesiredInstances
(MetricOptions props) (experimental) Target number of active instances that GameLift is working to maintain in the fleet.default Metric
IBuildFleet.Jsii$Default.metricDesiredInstances
(MetricOptions props) (experimental) Target number of active instances that GameLift is working to maintain in the fleet.final Metric
IBuildFleet.Jsii$Proxy.metricDesiredInstances
(MetricOptions props) (experimental) Target number of active instances that GameLift is working to maintain in the fleet.default Metric
IFleet.Jsii$Default.metricDesiredInstances
(MetricOptions props) (experimental) Target number of active instances that GameLift is working to maintain in the fleet.final Metric
IFleet.Jsii$Proxy.metricDesiredInstances
(MetricOptions props) (experimental) Target number of active instances that GameLift is working to maintain in the fleet.IFleet.metricDesiredInstances
(MetricOptions props) (experimental) Target number of active instances that GameLift is working to maintain in the fleet.FleetBase.metricIdleInstances
(MetricOptions props) (experimental) Active instances that are currently hosting zero (0) game sessions.default Metric
IBuildFleet.Jsii$Default.metricIdleInstances
(MetricOptions props) (experimental) Active instances that are currently hosting zero (0) game sessions.final Metric
IBuildFleet.Jsii$Proxy.metricIdleInstances
(MetricOptions props) (experimental) Active instances that are currently hosting zero (0) game sessions.default Metric
IFleet.Jsii$Default.metricIdleInstances
(MetricOptions props) (experimental) Active instances that are currently hosting zero (0) game sessions.final Metric
IFleet.Jsii$Proxy.metricIdleInstances
(MetricOptions props) (experimental) Active instances that are currently hosting zero (0) game sessions.IFleet.metricIdleInstances
(MetricOptions props) (experimental) Active instances that are currently hosting zero (0) game sessions.FleetBase.metricInstanceInterruptions
(MetricOptions props) (experimental) Number of spot instances that have been interrupted.default Metric
IBuildFleet.Jsii$Default.metricInstanceInterruptions
(MetricOptions props) (experimental) Number of spot instances that have been interrupted.final Metric
IBuildFleet.Jsii$Proxy.metricInstanceInterruptions
(MetricOptions props) (experimental) Number of spot instances that have been interrupted.default Metric
IFleet.Jsii$Default.metricInstanceInterruptions
(MetricOptions props) (experimental) Number of spot instances that have been interrupted.final Metric
IFleet.Jsii$Proxy.metricInstanceInterruptions
(MetricOptions props) (experimental) Number of spot instances that have been interrupted.IFleet.metricInstanceInterruptions
(MetricOptions props) (experimental) Number of spot instances that have been interrupted.default Metric
IMatchmakingConfiguration.Jsii$Default.metricMatchesAccepted
(MetricOptions props) (experimental) For matchmaking configurations that require acceptance, the potential matches that were accepted since the last report.final Metric
IMatchmakingConfiguration.Jsii$Proxy.metricMatchesAccepted
(MetricOptions props) (experimental) For matchmaking configurations that require acceptance, the potential matches that were accepted since the last report.IMatchmakingConfiguration.metricMatchesAccepted
(MetricOptions props) (experimental) For matchmaking configurations that require acceptance, the potential matches that were accepted since the last report.MatchmakingConfigurationBase.metricMatchesAccepted
(MetricOptions props) (experimental) For matchmaking configurations that require acceptance, the potential matches that were accepted since the last report.default Metric
IMatchmakingConfiguration.Jsii$Default.metricMatchesCreated
(MetricOptions props) (experimental) Potential matches that were created since the last report.final Metric
IMatchmakingConfiguration.Jsii$Proxy.metricMatchesCreated
(MetricOptions props) (experimental) Potential matches that were created since the last report.IMatchmakingConfiguration.metricMatchesCreated
(MetricOptions props) (experimental) Potential matches that were created since the last report.MatchmakingConfigurationBase.metricMatchesCreated
(MetricOptions props) (experimental) Potential matches that were created since the last report.default Metric
IMatchmakingConfiguration.Jsii$Default.metricMatchesPlaced
(MetricOptions props) (experimental) Matches that were successfully placed into a game session since the last report.final Metric
IMatchmakingConfiguration.Jsii$Proxy.metricMatchesPlaced
(MetricOptions props) (experimental) Matches that were successfully placed into a game session since the last report.IMatchmakingConfiguration.metricMatchesPlaced
(MetricOptions props) (experimental) Matches that were successfully placed into a game session since the last report.MatchmakingConfigurationBase.metricMatchesPlaced
(MetricOptions props) (experimental) Matches that were successfully placed into a game session since the last report.default Metric
IMatchmakingConfiguration.Jsii$Default.metricMatchesRejected
(MetricOptions props) (experimental) For matchmaking configurations that require acceptance, the potential matches that were rejected by at least one player since the last report.final Metric
IMatchmakingConfiguration.Jsii$Proxy.metricMatchesRejected
(MetricOptions props) (experimental) For matchmaking configurations that require acceptance, the potential matches that were rejected by at least one player since the last report.IMatchmakingConfiguration.metricMatchesRejected
(MetricOptions props) (experimental) For matchmaking configurations that require acceptance, the potential matches that were rejected by at least one player since the last report.MatchmakingConfigurationBase.metricMatchesRejected
(MetricOptions props) (experimental) For matchmaking configurations that require acceptance, the potential matches that were rejected by at least one player since the last report.FleetBase.metricMaxInstances
(MetricOptions props) (experimental) Maximum number of instances that are allowed for the fleet.default Metric
IBuildFleet.Jsii$Default.metricMaxInstances
(MetricOptions props) (experimental) Maximum number of instances that are allowed for the fleet.final Metric
IBuildFleet.Jsii$Proxy.metricMaxInstances
(MetricOptions props) (experimental) Maximum number of instances that are allowed for the fleet.default Metric
IFleet.Jsii$Default.metricMaxInstances
(MetricOptions props) (experimental) Maximum number of instances that are allowed for the fleet.final Metric
IFleet.Jsii$Proxy.metricMaxInstances
(MetricOptions props) (experimental) Maximum number of instances that are allowed for the fleet.IFleet.metricMaxInstances
(MetricOptions props) (experimental) Maximum number of instances that are allowed for the fleet.FleetBase.metricMinInstances
(MetricOptions props) (experimental) Minimum number of instances allowed for the fleet.default Metric
IBuildFleet.Jsii$Default.metricMinInstances
(MetricOptions props) (experimental) Minimum number of instances allowed for the fleet.final Metric
IBuildFleet.Jsii$Proxy.metricMinInstances
(MetricOptions props) (experimental) Minimum number of instances allowed for the fleet.default Metric
IFleet.Jsii$Default.metricMinInstances
(MetricOptions props) (experimental) Minimum number of instances allowed for the fleet.final Metric
IFleet.Jsii$Proxy.metricMinInstances
(MetricOptions props) (experimental) Minimum number of instances allowed for the fleet.IFleet.metricMinInstances
(MetricOptions props) (experimental) Minimum number of instances allowed for the fleet.FleetBase.metricPercentIdleInstances
(MetricOptions props) (experimental) Percentage of all active instances that are idle (calculated as IdleInstances / ActiveInstances).default Metric
IBuildFleet.Jsii$Default.metricPercentIdleInstances
(MetricOptions props) (experimental) Percentage of all active instances that are idle (calculated as IdleInstances / ActiveInstances).final Metric
IBuildFleet.Jsii$Proxy.metricPercentIdleInstances
(MetricOptions props) (experimental) Percentage of all active instances that are idle (calculated as IdleInstances / ActiveInstances).default Metric
IFleet.Jsii$Default.metricPercentIdleInstances
(MetricOptions props) (experimental) Percentage of all active instances that are idle (calculated as IdleInstances / ActiveInstances).final Metric
IFleet.Jsii$Proxy.metricPercentIdleInstances
(MetricOptions props) (experimental) Percentage of all active instances that are idle (calculated as IdleInstances / ActiveInstances).IFleet.metricPercentIdleInstances
(MetricOptions props) (experimental) Percentage of all active instances that are idle (calculated as IdleInstances / ActiveInstances).GameSessionQueueBase.metricPlacementsCanceled
(MetricOptions props) (experimental) Game session placement requests that were canceled before timing out since the last report.default Metric
IGameSessionQueue.Jsii$Default.metricPlacementsCanceled
(MetricOptions props) (experimental) Game session placement requests that were canceled before timing out since the last report.final Metric
IGameSessionQueue.Jsii$Proxy.metricPlacementsCanceled
(MetricOptions props) (experimental) Game session placement requests that were canceled before timing out since the last report.IGameSessionQueue.metricPlacementsCanceled
(MetricOptions props) (experimental) Game session placement requests that were canceled before timing out since the last report.GameSessionQueueBase.metricPlacementsFailed
(MetricOptions props) (experimental) Game session placement requests that failed for any reason since the last report.default Metric
IGameSessionQueue.Jsii$Default.metricPlacementsFailed
(MetricOptions props) (experimental) Game session placement requests that failed for any reason since the last report.final Metric
IGameSessionQueue.Jsii$Proxy.metricPlacementsFailed
(MetricOptions props) (experimental) Game session placement requests that failed for any reason since the last report.IGameSessionQueue.metricPlacementsFailed
(MetricOptions props) (experimental) Game session placement requests that failed for any reason since the last report.GameSessionQueueBase.metricPlacementsStarted
(MetricOptions props) (experimental) New game session placement requests that were added to the queue since the last report.default Metric
IGameSessionQueue.Jsii$Default.metricPlacementsStarted
(MetricOptions props) (experimental) New game session placement requests that were added to the queue since the last report.final Metric
IGameSessionQueue.Jsii$Proxy.metricPlacementsStarted
(MetricOptions props) (experimental) New game session placement requests that were added to the queue since the last report.IGameSessionQueue.metricPlacementsStarted
(MetricOptions props) (experimental) New game session placement requests that were added to the queue since the last report.GameSessionQueueBase.metricPlacementsSucceeded
(MetricOptions props) (experimental) Game session placement requests that resulted in a new game session since the last report.default Metric
IGameSessionQueue.Jsii$Default.metricPlacementsSucceeded
(MetricOptions props) (experimental) Game session placement requests that resulted in a new game session since the last report.final Metric
IGameSessionQueue.Jsii$Proxy.metricPlacementsSucceeded
(MetricOptions props) (experimental) Game session placement requests that resulted in a new game session since the last report.IGameSessionQueue.metricPlacementsSucceeded
(MetricOptions props) (experimental) Game session placement requests that resulted in a new game session since the last report.GameSessionQueueBase.metricPlacementsTimedOut
(MetricOptions props) (experimental) Game session placement requests that reached the queue's timeout limit without being fulfilled since the last report.default Metric
IGameSessionQueue.Jsii$Default.metricPlacementsTimedOut
(MetricOptions props) (experimental) Game session placement requests that reached the queue's timeout limit without being fulfilled since the last report.final Metric
IGameSessionQueue.Jsii$Proxy.metricPlacementsTimedOut
(MetricOptions props) (experimental) Game session placement requests that reached the queue's timeout limit without being fulfilled since the last report.IGameSessionQueue.metricPlacementsTimedOut
(MetricOptions props) (experimental) Game session placement requests that reached the queue's timeout limit without being fulfilled since the last report.default Metric
IMatchmakingConfiguration.Jsii$Default.metricPlayersStarted
(MetricOptions props) (experimental) Players in matchmaking tickets that were added since the last report.final Metric
IMatchmakingConfiguration.Jsii$Proxy.metricPlayersStarted
(MetricOptions props) (experimental) Players in matchmaking tickets that were added since the last report.IMatchmakingConfiguration.metricPlayersStarted
(MetricOptions props) (experimental) Players in matchmaking tickets that were added since the last report.MatchmakingConfigurationBase.metricPlayersStarted
(MetricOptions props) (experimental) Players in matchmaking tickets that were added since the last report.default Metric
IMatchmakingRuleSet.Jsii$Default.metricRuleEvaluationsFailed
(MetricOptions props) (experimental) Rule evaluations during matchmaking that failed since the last report.final Metric
IMatchmakingRuleSet.Jsii$Proxy.metricRuleEvaluationsFailed
(MetricOptions props) (experimental) Rule evaluations during matchmaking that failed since the last report.IMatchmakingRuleSet.metricRuleEvaluationsFailed
(MetricOptions props) (experimental) Rule evaluations during matchmaking that failed since the last report.MatchmakingRuleSetBase.metricRuleEvaluationsFailed
(MetricOptions props) (experimental) Rule evaluations during matchmaking that failed since the last report.default Metric
IMatchmakingRuleSet.Jsii$Default.metricRuleEvaluationsPassed
(MetricOptions props) (experimental) Rule evaluations during the matchmaking process that passed since the last report.final Metric
IMatchmakingRuleSet.Jsii$Proxy.metricRuleEvaluationsPassed
(MetricOptions props) (experimental) Rule evaluations during the matchmaking process that passed since the last report.IMatchmakingRuleSet.metricRuleEvaluationsPassed
(MetricOptions props) (experimental) Rule evaluations during the matchmaking process that passed since the last report.MatchmakingRuleSetBase.metricRuleEvaluationsPassed
(MetricOptions props) (experimental) Rule evaluations during the matchmaking process that passed since the last report.default Metric
IMatchmakingConfiguration.Jsii$Default.metricTimeToMatch
(MetricOptions props) (experimental) For matchmaking requests that were put into a potential match before the last report, the amount of time between ticket creation and potential match creation.final Metric
IMatchmakingConfiguration.Jsii$Proxy.metricTimeToMatch
(MetricOptions props) (experimental) For matchmaking requests that were put into a potential match before the last report, the amount of time between ticket creation and potential match creation.IMatchmakingConfiguration.metricTimeToMatch
(MetricOptions props) (experimental) For matchmaking requests that were put into a potential match before the last report, the amount of time between ticket creation and potential match creation.MatchmakingConfigurationBase.metricTimeToMatch
(MetricOptions props) (experimental) For matchmaking requests that were put into a potential match before the last report, the amount of time between ticket creation and potential match creation. -
Uses of MetricOptions in software.amazon.awscdk.services.glue.alpha
Modifier and TypeMethodDescriptiondefault Metric
IJob.Jsii$Default.metric
(String metricName, MetricType type, MetricOptions props) (experimental) Create a CloudWatch metric.final Metric
IJob.Jsii$Proxy.metric
(String metricName, MetricType type, MetricOptions props) (experimental) Create a CloudWatch metric.IJob.metric
(String metricName, MetricType type, MetricOptions props) (experimental) Create a CloudWatch metric.Job.metric
(String metricName, MetricType type, MetricOptions props) (experimental) Create a CloudWatch metric.default Metric
IJob.Jsii$Default.metricFailure
(MetricOptions props) (experimental) Create a CloudWatch Metric indicating job failure.final Metric
IJob.Jsii$Proxy.metricFailure
(MetricOptions props) (experimental) Create a CloudWatch Metric indicating job failure.IJob.metricFailure
(MetricOptions props) (experimental) Create a CloudWatch Metric indicating job failure.Job.metricFailure
(MetricOptions props) (experimental) Return a CloudWatch Metric indicating job failure.default Metric
IJob.Jsii$Default.metricSuccess
(MetricOptions props) (experimental) Create a CloudWatch Metric indicating job success.final Metric
IJob.Jsii$Proxy.metricSuccess
(MetricOptions props) (experimental) Create a CloudWatch Metric indicating job success.IJob.metricSuccess
(MetricOptions props) (experimental) Create a CloudWatch Metric indicating job success.Job.metricSuccess
(MetricOptions props) (experimental) Return a CloudWatch Metric indicating job success.default Metric
IJob.Jsii$Default.metricTimeout
(MetricOptions props) (experimental) Create a CloudWatch Metric indicating job timeout.final Metric
IJob.Jsii$Proxy.metricTimeout
(MetricOptions props) (experimental) Create a CloudWatch Metric indicating job timeout.IJob.metricTimeout
(MetricOptions props) (experimental) Create a CloudWatch Metric indicating job timeout.Job.metricTimeout
(MetricOptions props) (experimental) Return a CloudWatch Metric indicating job timeout. -
Uses of MetricOptions in software.amazon.awscdk.services.kinesis
Modifier and TypeMethodDescriptiondefault Metric
IStream.Jsii$Default.metric
(String metricName, MetricOptions props) Return stream metric based from its metric name.final Metric
IStream.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return stream metric based from its metric name.IStream.metric
(String metricName, MetricOptions props) Return stream metric based from its metric name.Stream.metric
(String metricName, MetricOptions props) Return stream metric based from its metric name.default Metric
IStream.Jsii$Default.metricGetRecords
(MetricOptions props) The number of records retrieved from the shard, measured over the specified time period.final Metric
IStream.Jsii$Proxy.metricGetRecords
(MetricOptions props) The number of records retrieved from the shard, measured over the specified time period.IStream.metricGetRecords
(MetricOptions props) The number of records retrieved from the shard, measured over the specified time period.Stream.metricGetRecords
(MetricOptions props) The number of records retrieved from the shard, measured over the specified time period.default Metric
IStream.Jsii$Default.metricGetRecordsBytes
(MetricOptions props) The number of bytes retrieved from the Kinesis stream, measured over the specified time period.final Metric
IStream.Jsii$Proxy.metricGetRecordsBytes
(MetricOptions props) The number of bytes retrieved from the Kinesis stream, measured over the specified time period.IStream.metricGetRecordsBytes
(MetricOptions props) The number of bytes retrieved from the Kinesis stream, measured over the specified time period.Stream.metricGetRecordsBytes
(MetricOptions props) The number of bytes retrieved from the Kinesis stream, measured over the specified time period.default Metric
IStream.Jsii$Default.metricGetRecordsIteratorAgeMilliseconds
(MetricOptions props) The age of the last record in all GetRecords calls made against a Kinesis stream, measured over the specified time period.final Metric
IStream.Jsii$Proxy.metricGetRecordsIteratorAgeMilliseconds
(MetricOptions props) The age of the last record in all GetRecords calls made against a Kinesis stream, measured over the specified time period.IStream.metricGetRecordsIteratorAgeMilliseconds
(MetricOptions props) The age of the last record in all GetRecords calls made against a Kinesis stream, measured over the specified time period.Stream.metricGetRecordsIteratorAgeMilliseconds
(MetricOptions props) The age of the last record in all GetRecords calls made against a Kinesis stream, measured over the specified time period.default Metric
IStream.Jsii$Default.metricGetRecordsLatency
(MetricOptions props) The time taken per GetRecords operation, measured over the specified time period.final Metric
IStream.Jsii$Proxy.metricGetRecordsLatency
(MetricOptions props) The time taken per GetRecords operation, measured over the specified time period.IStream.metricGetRecordsLatency
(MetricOptions props) The time taken per GetRecords operation, measured over the specified time period.Stream.metricGetRecordsLatency
(MetricOptions props) The number of successful GetRecords operations per stream, measured over the specified time period.default Metric
IStream.Jsii$Default.metricGetRecordsSuccess
(MetricOptions props) The number of successful GetRecords operations per stream, measured over the specified time period.final Metric
IStream.Jsii$Proxy.metricGetRecordsSuccess
(MetricOptions props) The number of successful GetRecords operations per stream, measured over the specified time period.IStream.metricGetRecordsSuccess
(MetricOptions props) The number of successful GetRecords operations per stream, measured over the specified time period.Stream.metricGetRecordsSuccess
(MetricOptions props) The number of successful GetRecords operations per stream, measured over the specified time period.default Metric
IStream.Jsii$Default.metricIncomingBytes
(MetricOptions props) The number of bytes successfully put to the Kinesis stream over the specified time period.final Metric
IStream.Jsii$Proxy.metricIncomingBytes
(MetricOptions props) The number of bytes successfully put to the Kinesis stream over the specified time period.IStream.metricIncomingBytes
(MetricOptions props) The number of bytes successfully put to the Kinesis stream over the specified time period.Stream.metricIncomingBytes
(MetricOptions props) The number of bytes successfully put to the Kinesis stream over the specified time period.default Metric
IStream.Jsii$Default.metricIncomingRecords
(MetricOptions props) The number of records successfully put to the Kinesis stream over the specified time period.final Metric
IStream.Jsii$Proxy.metricIncomingRecords
(MetricOptions props) The number of records successfully put to the Kinesis stream over the specified time period.IStream.metricIncomingRecords
(MetricOptions props) The number of records successfully put to the Kinesis stream over the specified time period.Stream.metricIncomingRecords
(MetricOptions props) The number of records successfully put to the Kinesis stream over the specified time period.default Metric
IStream.Jsii$Default.metricPutRecordBytes
(MetricOptions props) The number of bytes put to the Kinesis stream using the PutRecord operation over the specified time period.final Metric
IStream.Jsii$Proxy.metricPutRecordBytes
(MetricOptions props) The number of bytes put to the Kinesis stream using the PutRecord operation over the specified time period.IStream.metricPutRecordBytes
(MetricOptions props) The number of bytes put to the Kinesis stream using the PutRecord operation over the specified time period.Stream.metricPutRecordBytes
(MetricOptions props) The number of bytes put to the Kinesis stream using the PutRecord operation over the specified time period.default Metric
IStream.Jsii$Default.metricPutRecordLatency
(MetricOptions props) The time taken per PutRecord operation, measured over the specified time period.final Metric
IStream.Jsii$Proxy.metricPutRecordLatency
(MetricOptions props) The time taken per PutRecord operation, measured over the specified time period.IStream.metricPutRecordLatency
(MetricOptions props) The time taken per PutRecord operation, measured over the specified time period.Stream.metricPutRecordLatency
(MetricOptions props) The time taken per PutRecord operation, measured over the specified time period.default Metric
IStream.Jsii$Default.metricPutRecordsBytes
(MetricOptions props) The number of bytes put to the Kinesis stream using the PutRecords operation over the specified time period.final Metric
IStream.Jsii$Proxy.metricPutRecordsBytes
(MetricOptions props) The number of bytes put to the Kinesis stream using the PutRecords operation over the specified time period.IStream.metricPutRecordsBytes
(MetricOptions props) The number of bytes put to the Kinesis stream using the PutRecords operation over the specified time period.Stream.metricPutRecordsBytes
(MetricOptions props) The number of bytes put to the Kinesis stream using the PutRecords operation over the specified time period.default Metric
IStream.Jsii$Default.metricPutRecordsFailedRecords
(MetricOptions props) The number of records rejected due to internal failures in a PutRecords operation per Kinesis data stream, measured over the specified time period.final Metric
IStream.Jsii$Proxy.metricPutRecordsFailedRecords
(MetricOptions props) The number of records rejected due to internal failures in a PutRecords operation per Kinesis data stream, measured over the specified time period.IStream.metricPutRecordsFailedRecords
(MetricOptions props) The number of records rejected due to internal failures in a PutRecords operation per Kinesis data stream, measured over the specified time period.Stream.metricPutRecordsFailedRecords
(MetricOptions props) The number of records rejected due to internal failures in a PutRecords operation per Kinesis data stream, measured over the specified time period.default Metric
IStream.Jsii$Default.metricPutRecordsLatency
(MetricOptions props) The time taken per PutRecords operation, measured over the specified time period.final Metric
IStream.Jsii$Proxy.metricPutRecordsLatency
(MetricOptions props) The time taken per PutRecords operation, measured over the specified time period.IStream.metricPutRecordsLatency
(MetricOptions props) The time taken per PutRecords operation, measured over the specified time period.Stream.metricPutRecordsLatency
(MetricOptions props) The time taken per PutRecords operation, measured over the specified time period.default Metric
IStream.Jsii$Default.metricPutRecordsSuccess
(MetricOptions props) The number of PutRecords operations where at least one record succeeded, per Kinesis stream, measured over the specified time period.final Metric
IStream.Jsii$Proxy.metricPutRecordsSuccess
(MetricOptions props) The number of PutRecords operations where at least one record succeeded, per Kinesis stream, measured over the specified time period.IStream.metricPutRecordsSuccess
(MetricOptions props) The number of PutRecords operations where at least one record succeeded, per Kinesis stream, measured over the specified time period.Stream.metricPutRecordsSuccess
(MetricOptions props) The number of PutRecords operations where at least one record succeeded, per Kinesis stream, measured over the specified time period.default Metric
IStream.Jsii$Default.metricPutRecordsSuccessfulRecords
(MetricOptions props) The number of successful records in a PutRecords operation per Kinesis data stream, measured over the specified time period.final Metric
IStream.Jsii$Proxy.metricPutRecordsSuccessfulRecords
(MetricOptions props) The number of successful records in a PutRecords operation per Kinesis data stream, measured over the specified time period.IStream.metricPutRecordsSuccessfulRecords
(MetricOptions props) The number of successful records in a PutRecords operation per Kinesis data stream, measured over the specified time period.Stream.metricPutRecordsSuccessfulRecords
(MetricOptions props) The number of successful records in a PutRecords operation per Kinesis data stream, measured over the specified time period.default Metric
IStream.Jsii$Default.metricPutRecordsThrottledRecords
(MetricOptions props) The number of records rejected due to throttling in a PutRecords operation per Kinesis data stream, measured over the specified time period.final Metric
IStream.Jsii$Proxy.metricPutRecordsThrottledRecords
(MetricOptions props) The number of records rejected due to throttling in a PutRecords operation per Kinesis data stream, measured over the specified time period.IStream.metricPutRecordsThrottledRecords
(MetricOptions props) The number of records rejected due to throttling in a PutRecords operation per Kinesis data stream, measured over the specified time period.Stream.metricPutRecordsThrottledRecords
(MetricOptions props) The number of records rejected due to throttling in a PutRecords operation per Kinesis data stream, measured over the specified time period.default Metric
IStream.Jsii$Default.metricPutRecordsTotalRecords
(MetricOptions props) The total number of records sent in a PutRecords operation per Kinesis data stream, measured over the specified time period.final Metric
IStream.Jsii$Proxy.metricPutRecordsTotalRecords
(MetricOptions props) The total number of records sent in a PutRecords operation per Kinesis data stream, measured over the specified time period.IStream.metricPutRecordsTotalRecords
(MetricOptions props) The total number of records sent in a PutRecords operation per Kinesis data stream, measured over the specified time period.Stream.metricPutRecordsTotalRecords
(MetricOptions props) The total number of records sent in a PutRecords operation per Kinesis data stream, measured over the specified time period.default Metric
IStream.Jsii$Default.metricPutRecordSuccess
(MetricOptions props) The number of successful PutRecord operations per Kinesis stream, measured over the specified time period.final Metric
IStream.Jsii$Proxy.metricPutRecordSuccess
(MetricOptions props) The number of successful PutRecord operations per Kinesis stream, measured over the specified time period.IStream.metricPutRecordSuccess
(MetricOptions props) The number of successful PutRecord operations per Kinesis stream, measured over the specified time period.Stream.metricPutRecordSuccess
(MetricOptions props) The number of successful PutRecord operations per Kinesis stream, measured over the specified time period.default Metric
IStream.Jsii$Default.metricReadProvisionedThroughputExceeded
(MetricOptions props) The number of GetRecords calls throttled for the stream over the specified time period.final Metric
IStream.Jsii$Proxy.metricReadProvisionedThroughputExceeded
(MetricOptions props) The number of GetRecords calls throttled for the stream over the specified time period.IStream.metricReadProvisionedThroughputExceeded
(MetricOptions props) The number of GetRecords calls throttled for the stream over the specified time period.Stream.metricReadProvisionedThroughputExceeded
(MetricOptions props) The number of GetRecords calls throttled for the stream over the specified time period.default Metric
IStream.Jsii$Default.metricWriteProvisionedThroughputExceeded
(MetricOptions props) The number of records rejected due to throttling for the stream over the specified time period.final Metric
IStream.Jsii$Proxy.metricWriteProvisionedThroughputExceeded
(MetricOptions props) The number of records rejected due to throttling for the stream over the specified time period.IStream.metricWriteProvisionedThroughputExceeded
(MetricOptions props) The number of records rejected due to throttling for the stream over the specified time period.Stream.metricWriteProvisionedThroughputExceeded
(MetricOptions props) The number of records rejected due to throttling for the stream over the specified time period. -
Uses of MetricOptions in software.amazon.awscdk.services.kinesisanalytics.flink.alpha
Modifier and TypeMethodDescriptionApplication.metric
(String metricName, MetricOptions props) (experimental) Return a CloudWatch metric associated with this Flink application.default Metric
IApplication.Jsii$Default.metric
(String metricName, MetricOptions props) (experimental) Return a CloudWatch metric associated with this Flink application.final Metric
IApplication.Jsii$Proxy.metric
(String metricName, MetricOptions props) (experimental) Return a CloudWatch metric associated with this Flink application.IApplication.metric
(String metricName, MetricOptions props) (experimental) Return a CloudWatch metric associated with this Flink application.Application.metricBackPressuredTimeMsPerSecond
(MetricOptions props) (experimental) The time (in milliseconds) this task or operator is back pressured per second.default Metric
IApplication.Jsii$Default.metricBackPressuredTimeMsPerSecond
(MetricOptions props) (experimental) The time (in milliseconds) this task or operator is back pressured per second.final Metric
IApplication.Jsii$Proxy.metricBackPressuredTimeMsPerSecond
(MetricOptions props) (experimental) The time (in milliseconds) this task or operator is back pressured per second.IApplication.metricBackPressuredTimeMsPerSecond
(MetricOptions props) (experimental) The time (in milliseconds) this task or operator is back pressured per second.Application.metricBusyTimePerMsPerSecond
(MetricOptions props) (experimental) The time (in milliseconds) this task or operator is busy (neither idle nor back pressured) per second.default Metric
IApplication.Jsii$Default.metricBusyTimePerMsPerSecond
(MetricOptions props) (experimental) The time (in milliseconds) this task or operator is busy (neither idle nor back pressured) per second.final Metric
IApplication.Jsii$Proxy.metricBusyTimePerMsPerSecond
(MetricOptions props) (experimental) The time (in milliseconds) this task or operator is busy (neither idle nor back pressured) per second.IApplication.metricBusyTimePerMsPerSecond
(MetricOptions props) (experimental) The time (in milliseconds) this task or operator is busy (neither idle nor back pressured) per second.Application.metricCpuUtilization
(MetricOptions props) (experimental) The overall percentage of CPU utilization across task managers.default Metric
IApplication.Jsii$Default.metricCpuUtilization
(MetricOptions props) (experimental) The overall percentage of CPU utilization across task managers.final Metric
IApplication.Jsii$Proxy.metricCpuUtilization
(MetricOptions props) (experimental) The overall percentage of CPU utilization across task managers.IApplication.metricCpuUtilization
(MetricOptions props) (experimental) The overall percentage of CPU utilization across task managers.Application.metricCurrentInputWatermark
(MetricOptions props) (experimental) The last watermark this application/operator/task/thread has received.default Metric
IApplication.Jsii$Default.metricCurrentInputWatermark
(MetricOptions props) (experimental) The last watermark this application/operator/task/thread has received.final Metric
IApplication.Jsii$Proxy.metricCurrentInputWatermark
(MetricOptions props) (experimental) The last watermark this application/operator/task/thread has received.IApplication.metricCurrentInputWatermark
(MetricOptions props) (experimental) The last watermark this application/operator/task/thread has received.Application.metricCurrentOutputWatermark
(MetricOptions props) (experimental) The last watermark this application/operator/task/thread has received.default Metric
IApplication.Jsii$Default.metricCurrentOutputWatermark
(MetricOptions props) (experimental) The last watermark this application/operator/task/thread has received.final Metric
IApplication.Jsii$Proxy.metricCurrentOutputWatermark
(MetricOptions props) (experimental) The last watermark this application/operator/task/thread has received.IApplication.metricCurrentOutputWatermark
(MetricOptions props) (experimental) The last watermark this application/operator/task/thread has received.Application.metricDowntime
(MetricOptions props) (experimental) The time elapsed during an outage for failing/recovering jobs.default Metric
IApplication.Jsii$Default.metricDowntime
(MetricOptions props) (experimental) The time elapsed during an outage for failing/recovering jobs.final Metric
IApplication.Jsii$Proxy.metricDowntime
(MetricOptions props) (experimental) The time elapsed during an outage for failing/recovering jobs.IApplication.metricDowntime
(MetricOptions props) (experimental) The time elapsed during an outage for failing/recovering jobs.Application.metricFullRestarts
(MetricOptions props) (experimental) The total number of times this job has fully restarted since it was submitted.default Metric
IApplication.Jsii$Default.metricFullRestarts
(MetricOptions props) (experimental) The total number of times this job has fully restarted since it was submitted.final Metric
IApplication.Jsii$Proxy.metricFullRestarts
(MetricOptions props) (experimental) The total number of times this job has fully restarted since it was submitted.IApplication.metricFullRestarts
(MetricOptions props) (experimental) The total number of times this job has fully restarted since it was submitted.Application.metricHeapMemoryUtilization
(MetricOptions props) (experimental) Overall heap memory utilization across task managers.default Metric
IApplication.Jsii$Default.metricHeapMemoryUtilization
(MetricOptions props) (experimental) Overall heap memory utilization across task managers.final Metric
IApplication.Jsii$Proxy.metricHeapMemoryUtilization
(MetricOptions props) (experimental) Overall heap memory utilization across task managers.IApplication.metricHeapMemoryUtilization
(MetricOptions props) (experimental) Overall heap memory utilization across task managers.Application.metricIdleTimeMsPerSecond
(MetricOptions props) (experimental) The time (in milliseconds) this task or operator is idle (has no data to process) per second.default Metric
IApplication.Jsii$Default.metricIdleTimeMsPerSecond
(MetricOptions props) (experimental) The time (in milliseconds) this task or operator is idle (has no data to process) per second.final Metric
IApplication.Jsii$Proxy.metricIdleTimeMsPerSecond
(MetricOptions props) (experimental) The time (in milliseconds) this task or operator is idle (has no data to process) per second.IApplication.metricIdleTimeMsPerSecond
(MetricOptions props) (experimental) The time (in milliseconds) this task or operator is idle (has no data to process) per second.Application.metricKpus
(MetricOptions props) (experimental) The number of Kinesis Processing Units that are used to run your stream processing application.default Metric
IApplication.Jsii$Default.metricKpus
(MetricOptions props) (experimental) The number of Kinesis Processing Units that are used to run your stream processing application.final Metric
IApplication.Jsii$Proxy.metricKpus
(MetricOptions props) (experimental) The number of Kinesis Processing Units that are used to run your stream processing application.IApplication.metricKpus
(MetricOptions props) (experimental) The number of Kinesis Processing Units that are used to run your stream processing application.Application.metricLastCheckpointDuration
(MetricOptions props) (experimental) The time it took to complete the last checkpoint.default Metric
IApplication.Jsii$Default.metricLastCheckpointDuration
(MetricOptions props) (experimental) The time it took to complete the last checkpoint.final Metric
IApplication.Jsii$Proxy.metricLastCheckpointDuration
(MetricOptions props) (experimental) The time it took to complete the last checkpoint.IApplication.metricLastCheckpointDuration
(MetricOptions props) (experimental) The time it took to complete the last checkpoint.Application.metricLastCheckpointSize
(MetricOptions props) (experimental) The total size of the last checkpoint.default Metric
IApplication.Jsii$Default.metricLastCheckpointSize
(MetricOptions props) (experimental) The total size of the last checkpoint.final Metric
IApplication.Jsii$Proxy.metricLastCheckpointSize
(MetricOptions props) (experimental) The total size of the last checkpoint.IApplication.metricLastCheckpointSize
(MetricOptions props) (experimental) The total size of the last checkpoint.Application.metricManagedMemoryTotal
(MetricOptions props) (experimental) The total amount of managed memory.default Metric
IApplication.Jsii$Default.metricManagedMemoryTotal
(MetricOptions props) (experimental) The total amount of managed memory.final Metric
IApplication.Jsii$Proxy.metricManagedMemoryTotal
(MetricOptions props) (experimental) The total amount of managed memory.IApplication.metricManagedMemoryTotal
(MetricOptions props) (experimental) The total amount of managed memory.Application.metricManagedMemoryUsed
(MetricOptions props) (experimental) The amount of managed memory currently used.default Metric
IApplication.Jsii$Default.metricManagedMemoryUsed
(MetricOptions props) (experimental) The amount of managed memory currently used.final Metric
IApplication.Jsii$Proxy.metricManagedMemoryUsed
(MetricOptions props) (experimental) The amount of managed memory currently used.IApplication.metricManagedMemoryUsed
(MetricOptions props) (experimental) The amount of managed memory currently used.Application.metricManagedMemoryUtilization
(MetricOptions props) (experimental) Derived from managedMemoryUsed/managedMemoryTotal.default Metric
IApplication.Jsii$Default.metricManagedMemoryUtilization
(MetricOptions props) (experimental) Derived from managedMemoryUsed/managedMemoryTotal.final Metric
IApplication.Jsii$Proxy.metricManagedMemoryUtilization
(MetricOptions props) (experimental) Derived from managedMemoryUsed/managedMemoryTotal.IApplication.metricManagedMemoryUtilization
(MetricOptions props) (experimental) Derived from managedMemoryUsed/managedMemoryTotal.Application.metricNumberOfFailedCheckpoints
(MetricOptions props) (experimental) The number of times checkpointing has failed.default Metric
IApplication.Jsii$Default.metricNumberOfFailedCheckpoints
(MetricOptions props) (experimental) The number of times checkpointing has failed.final Metric
IApplication.Jsii$Proxy.metricNumberOfFailedCheckpoints
(MetricOptions props) (experimental) The number of times checkpointing has failed.IApplication.metricNumberOfFailedCheckpoints
(MetricOptions props) (experimental) The number of times checkpointing has failed.Application.metricNumLateRecordsDropped
(MetricOptions props) (experimental) The number of records this operator or task has dropped due to arriving late.default Metric
IApplication.Jsii$Default.metricNumLateRecordsDropped
(MetricOptions props) (experimental) The number of records this operator or task has dropped due to arriving late.final Metric
IApplication.Jsii$Proxy.metricNumLateRecordsDropped
(MetricOptions props) (experimental) The number of records this operator or task has dropped due to arriving late.IApplication.metricNumLateRecordsDropped
(MetricOptions props) (experimental) The number of records this operator or task has dropped due to arriving late.Application.metricNumRecordsIn
(MetricOptions props) (experimental) The total number of records this application, operator, or task has received.default Metric
IApplication.Jsii$Default.metricNumRecordsIn
(MetricOptions props) (experimental) The total number of records this application, operator, or task has received.final Metric
IApplication.Jsii$Proxy.metricNumRecordsIn
(MetricOptions props) (experimental) The total number of records this application, operator, or task has received.IApplication.metricNumRecordsIn
(MetricOptions props) (experimental) The total number of records this application, operator, or task has received.Application.metricNumRecordsInPerSecond
(MetricOptions props) (experimental) The total number of records this application, operator or task has received per second.default Metric
IApplication.Jsii$Default.metricNumRecordsInPerSecond
(MetricOptions props) (experimental) The total number of records this application, operator or task has received per second.final Metric
IApplication.Jsii$Proxy.metricNumRecordsInPerSecond
(MetricOptions props) (experimental) The total number of records this application, operator or task has received per second.IApplication.metricNumRecordsInPerSecond
(MetricOptions props) (experimental) The total number of records this application, operator or task has received per second.Application.metricNumRecordsOut
(MetricOptions props) (experimental) The total number of records this application, operator or task has emitted.default Metric
IApplication.Jsii$Default.metricNumRecordsOut
(MetricOptions props) (experimental) The total number of records this application, operator or task has emitted.final Metric
IApplication.Jsii$Proxy.metricNumRecordsOut
(MetricOptions props) (experimental) The total number of records this application, operator or task has emitted.IApplication.metricNumRecordsOut
(MetricOptions props) (experimental) The total number of records this application, operator or task has emitted.Application.metricNumRecordsOutPerSecond
(MetricOptions props) (experimental) The total number of records this application, operator or task has emitted per second.default Metric
IApplication.Jsii$Default.metricNumRecordsOutPerSecond
(MetricOptions props) (experimental) The total number of records this application, operator or task has emitted per second.final Metric
IApplication.Jsii$Proxy.metricNumRecordsOutPerSecond
(MetricOptions props) (experimental) The total number of records this application, operator or task has emitted per second.IApplication.metricNumRecordsOutPerSecond
(MetricOptions props) (experimental) The total number of records this application, operator or task has emitted per second.Application.metricOldGenerationGCCount
(MetricOptions props) (experimental) The total number of old garbage collection operations that have occurred across all task managers.default Metric
IApplication.Jsii$Default.metricOldGenerationGCCount
(MetricOptions props) (experimental) The total number of old garbage collection operations that have occurred across all task managers.final Metric
IApplication.Jsii$Proxy.metricOldGenerationGCCount
(MetricOptions props) (experimental) The total number of old garbage collection operations that have occurred across all task managers.IApplication.metricOldGenerationGCCount
(MetricOptions props) (experimental) The total number of old garbage collection operations that have occurred across all task managers.Application.metricOldGenerationGCTime
(MetricOptions props) (experimental) The total time spent performing old garbage collection operations.default Metric
IApplication.Jsii$Default.metricOldGenerationGCTime
(MetricOptions props) (experimental) The total time spent performing old garbage collection operations.final Metric
IApplication.Jsii$Proxy.metricOldGenerationGCTime
(MetricOptions props) (experimental) The total time spent performing old garbage collection operations.IApplication.metricOldGenerationGCTime
(MetricOptions props) (experimental) The total time spent performing old garbage collection operations.Application.metricThreadsCount
(MetricOptions props) (experimental) The total number of live threads used by the application.default Metric
IApplication.Jsii$Default.metricThreadsCount
(MetricOptions props) (experimental) The total number of live threads used by the application.final Metric
IApplication.Jsii$Proxy.metricThreadsCount
(MetricOptions props) (experimental) The total number of live threads used by the application.IApplication.metricThreadsCount
(MetricOptions props) (experimental) The total number of live threads used by the application.Application.metricUptime
(MetricOptions props) (experimental) The time that the job has been running without interruption.default Metric
IApplication.Jsii$Default.metricUptime
(MetricOptions props) (experimental) The time that the job has been running without interruption.final Metric
IApplication.Jsii$Proxy.metricUptime
(MetricOptions props) (experimental) The time that the job has been running without interruption.IApplication.metricUptime
(MetricOptions props) (experimental) The time that the job has been running without interruption. -
Uses of MetricOptions in software.amazon.awscdk.services.kinesisfirehose.alpha
Modifier and TypeMethodDescriptionDeliveryStream.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this delivery stream.default Metric
IDeliveryStream.Jsii$Default.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this delivery stream.final Metric
IDeliveryStream.Jsii$Proxy.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this delivery stream.IDeliveryStream.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this delivery stream.DeliveryStream.metricBackupToS3Bytes
(MetricOptions props) (experimental) Metric for the number of bytes delivered to Amazon S3 for backup over the specified time period.default Metric
IDeliveryStream.Jsii$Default.metricBackupToS3Bytes
(MetricOptions props) (experimental) Metric for the number of bytes delivered to Amazon S3 for backup over the specified time period.final Metric
IDeliveryStream.Jsii$Proxy.metricBackupToS3Bytes
(MetricOptions props) (experimental) Metric for the number of bytes delivered to Amazon S3 for backup over the specified time period.IDeliveryStream.metricBackupToS3Bytes
(MetricOptions props) (experimental) Metric for the number of bytes delivered to Amazon S3 for backup over the specified time period.DeliveryStream.metricBackupToS3DataFreshness
(MetricOptions props) (experimental) Metric for the age (from getting into Kinesis Data Firehose to now) of the oldest record in Kinesis Data Firehose.default Metric
IDeliveryStream.Jsii$Default.metricBackupToS3DataFreshness
(MetricOptions props) (experimental) Metric for the age (from getting into Kinesis Data Firehose to now) of the oldest record in Kinesis Data Firehose.final Metric
IDeliveryStream.Jsii$Proxy.metricBackupToS3DataFreshness
(MetricOptions props) (experimental) Metric for the age (from getting into Kinesis Data Firehose to now) of the oldest record in Kinesis Data Firehose.IDeliveryStream.metricBackupToS3DataFreshness
(MetricOptions props) (experimental) Metric for the age (from getting into Kinesis Data Firehose to now) of the oldest record in Kinesis Data Firehose.DeliveryStream.metricBackupToS3Records
(MetricOptions props) (experimental) Metric for the number of records delivered to Amazon S3 for backup over the specified time period.default Metric
IDeliveryStream.Jsii$Default.metricBackupToS3Records
(MetricOptions props) (experimental) Metric for the number of records delivered to Amazon S3 for backup over the specified time period.final Metric
IDeliveryStream.Jsii$Proxy.metricBackupToS3Records
(MetricOptions props) (experimental) Metric for the number of records delivered to Amazon S3 for backup over the specified time period.IDeliveryStream.metricBackupToS3Records
(MetricOptions props) (experimental) Metric for the number of records delivered to Amazon S3 for backup over the specified time period.DeliveryStream.metricIncomingBytes
(MetricOptions props) (experimental) Metric for the number of bytes ingested successfully into the delivery stream over the specified time period after throttling.default Metric
IDeliveryStream.Jsii$Default.metricIncomingBytes
(MetricOptions props) (experimental) Metric for the number of bytes ingested successfully into the delivery stream over the specified time period after throttling.final Metric
IDeliveryStream.Jsii$Proxy.metricIncomingBytes
(MetricOptions props) (experimental) Metric for the number of bytes ingested successfully into the delivery stream over the specified time period after throttling.IDeliveryStream.metricIncomingBytes
(MetricOptions props) (experimental) Metric for the number of bytes ingested successfully into the delivery stream over the specified time period after throttling.DeliveryStream.metricIncomingRecords
(MetricOptions props) (experimental) Metric for the number of records ingested successfully into the delivery stream over the specified time period after throttling.default Metric
IDeliveryStream.Jsii$Default.metricIncomingRecords
(MetricOptions props) (experimental) Metric for the number of records ingested successfully into the delivery stream over the specified time period after throttling.final Metric
IDeliveryStream.Jsii$Proxy.metricIncomingRecords
(MetricOptions props) (experimental) Metric for the number of records ingested successfully into the delivery stream over the specified time period after throttling.IDeliveryStream.metricIncomingRecords
(MetricOptions props) (experimental) Metric for the number of records ingested successfully into the delivery stream over the specified time period after throttling. -
Uses of MetricOptions in software.amazon.awscdk.services.lambda
Modifier and TypeMethodDescriptionAlias.metric
(String metricName, MetricOptions props) Return the given named metric for this Function.FunctionBase.metric
(String metricName, MetricOptions props) Return the given named metric for this Function.default Metric
IAlias.Jsii$Default.metric
(String metricName, MetricOptions props) Return the given named metric for this Lambda Return the given named metric for this Function.final Metric
IAlias.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return the given named metric for this Lambda Return the given named metric for this Function.default Metric
IFunction.Jsii$Default.metric
(String metricName, MetricOptions props) Return the given named metric for this Lambda Return the given named metric for this Function.final Metric
IFunction.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return the given named metric for this Lambda Return the given named metric for this Function.IFunction.metric
(String metricName, MetricOptions props) Return the given named metric for this Lambda Return the given named metric for this Function.default Metric
IVersion.Jsii$Default.metric
(String metricName, MetricOptions props) Return the given named metric for this Lambda Return the given named metric for this Function.final Metric
IVersion.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return the given named metric for this Lambda Return the given named metric for this Function.Version.metric
(String metricName, MetricOptions props) Return the given named metric for this Function.static Metric
Function.metricAll
(String metricName, MetricOptions props) Return the given named metric for this Lambda.static Metric
Function.metricAllConcurrentExecutions
(MetricOptions props) Metric for the number of concurrent executions across all Lambdas.static Metric
Function.metricAllDuration
(MetricOptions props) Metric for the Duration executing all Lambdas.static Metric
Function.metricAllErrors
(MetricOptions props) Metric for the number of Errors executing all Lambdas.static Metric
Function.metricAllInvocations
(MetricOptions props) Metric for the number of invocations of all Lambdas.static Metric
Function.metricAllThrottles
(MetricOptions props) Metric for the number of throttled invocations of all Lambdas.static Metric
Function.metricAllUnreservedConcurrentExecutions
(MetricOptions props) Metric for the number of unreserved concurrent executions across all Lambdas.FunctionBase.metricDuration
(MetricOptions props) How long execution of this Lambda takes.default Metric
IAlias.Jsii$Default.metricDuration
(MetricOptions props) Metric for the Duration of this Lambda How long execution of this Lambda takes.final Metric
IAlias.Jsii$Proxy.metricDuration
(MetricOptions props) Metric for the Duration of this Lambda How long execution of this Lambda takes.default Metric
IFunction.Jsii$Default.metricDuration
(MetricOptions props) Metric for the Duration of this Lambda How long execution of this Lambda takes.final Metric
IFunction.Jsii$Proxy.metricDuration
(MetricOptions props) Metric for the Duration of this Lambda How long execution of this Lambda takes.IFunction.metricDuration
(MetricOptions props) Metric for the Duration of this Lambda How long execution of this Lambda takes.default Metric
IVersion.Jsii$Default.metricDuration
(MetricOptions props) Metric for the Duration of this Lambda How long execution of this Lambda takes.final Metric
IVersion.Jsii$Proxy.metricDuration
(MetricOptions props) Metric for the Duration of this Lambda How long execution of this Lambda takes.FunctionBase.metricErrors
(MetricOptions props) How many invocations of this Lambda fail.default Metric
IAlias.Jsii$Default.metricErrors
(MetricOptions props) How many invocations of this Lambda fail.final Metric
IAlias.Jsii$Proxy.metricErrors
(MetricOptions props) How many invocations of this Lambda fail.default Metric
IFunction.Jsii$Default.metricErrors
(MetricOptions props) How many invocations of this Lambda fail.final Metric
IFunction.Jsii$Proxy.metricErrors
(MetricOptions props) How many invocations of this Lambda fail.IFunction.metricErrors
(MetricOptions props) How many invocations of this Lambda fail.default Metric
IVersion.Jsii$Default.metricErrors
(MetricOptions props) How many invocations of this Lambda fail.final Metric
IVersion.Jsii$Proxy.metricErrors
(MetricOptions props) How many invocations of this Lambda fail.FunctionBase.metricInvocations
(MetricOptions props) How often this Lambda is invoked.default Metric
IAlias.Jsii$Default.metricInvocations
(MetricOptions props) Metric for the number of invocations of this Lambda How often this Lambda is invoked.final Metric
IAlias.Jsii$Proxy.metricInvocations
(MetricOptions props) Metric for the number of invocations of this Lambda How often this Lambda is invoked.default Metric
IFunction.Jsii$Default.metricInvocations
(MetricOptions props) Metric for the number of invocations of this Lambda How often this Lambda is invoked.final Metric
IFunction.Jsii$Proxy.metricInvocations
(MetricOptions props) Metric for the number of invocations of this Lambda How often this Lambda is invoked.IFunction.metricInvocations
(MetricOptions props) Metric for the number of invocations of this Lambda How often this Lambda is invoked.default Metric
IVersion.Jsii$Default.metricInvocations
(MetricOptions props) Metric for the number of invocations of this Lambda How often this Lambda is invoked.final Metric
IVersion.Jsii$Proxy.metricInvocations
(MetricOptions props) Metric for the number of invocations of this Lambda How often this Lambda is invoked.FunctionBase.metricThrottles
(MetricOptions props) How often this Lambda is throttled.default Metric
IAlias.Jsii$Default.metricThrottles
(MetricOptions props) Metric for the number of throttled invocations of this Lambda How often this Lambda is throttled.final Metric
IAlias.Jsii$Proxy.metricThrottles
(MetricOptions props) Metric for the number of throttled invocations of this Lambda How often this Lambda is throttled.default Metric
IFunction.Jsii$Default.metricThrottles
(MetricOptions props) Metric for the number of throttled invocations of this Lambda How often this Lambda is throttled.final Metric
IFunction.Jsii$Proxy.metricThrottles
(MetricOptions props) Metric for the number of throttled invocations of this Lambda How often this Lambda is throttled.IFunction.metricThrottles
(MetricOptions props) Metric for the number of throttled invocations of this Lambda How often this Lambda is throttled.default Metric
IVersion.Jsii$Default.metricThrottles
(MetricOptions props) Metric for the number of throttled invocations of this Lambda How often this Lambda is throttled.final Metric
IVersion.Jsii$Proxy.metricThrottles
(MetricOptions props) Metric for the number of throttled invocations of this Lambda How often this Lambda is throttled. -
Uses of MetricOptions in software.amazon.awscdk.services.logs
Modifier and TypeMethodDescriptiondefault Metric
ILogGroup.Jsii$Default.metric
(String metricName, MetricOptions props) Return the given named metric for this Log Group.final Metric
ILogGroup.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return the given named metric for this Log Group.ILogGroup.metric
(String metricName, MetricOptions props) Return the given named metric for this Log Group.LogGroup.metric
(String metricName, MetricOptions props) Creates a CloudWatch metric for this log group.MetricFilter.metric
(MetricOptions props) Return the given named metric for this Metric Filter.default Metric
ILogGroup.Jsii$Default.metricIncomingBytes
(MetricOptions props) The volume of log events in uncompressed bytes uploaded to CloudWatch Logs.final Metric
ILogGroup.Jsii$Proxy.metricIncomingBytes
(MetricOptions props) The volume of log events in uncompressed bytes uploaded to CloudWatch Logs.ILogGroup.metricIncomingBytes
(MetricOptions props) The volume of log events in uncompressed bytes uploaded to CloudWatch Logs.LogGroup.metricIncomingBytes
(MetricOptions props) Creates a CloudWatch metric for the volume of incoming log data in bytes to this log group.default Metric
ILogGroup.Jsii$Default.metricIncomingLogEvents
(MetricOptions props) The number of log events uploaded to CloudWatch Logs.final Metric
ILogGroup.Jsii$Proxy.metricIncomingLogEvents
(MetricOptions props) The number of log events uploaded to CloudWatch Logs.ILogGroup.metricIncomingLogEvents
(MetricOptions props) The number of log events uploaded to CloudWatch Logs.LogGroup.metricIncomingLogEvents
(MetricOptions props) Creates a CloudWatch metric for the number of incoming log events to this log group. -
Uses of MetricOptions in software.amazon.awscdk.services.neptune.alpha
Modifier and TypeMethodDescriptionDatabaseClusterBase.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric associated with this DatabaseCluster instance.DatabaseInstanceBase.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric associated with this database instance.default Metric
IDatabaseCluster.Jsii$Default.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric associated with this DatabaseCluster instance.final Metric
IDatabaseCluster.Jsii$Proxy.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric associated with this DatabaseCluster instance.IDatabaseCluster.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric associated with this DatabaseCluster instance.default Metric
IDatabaseInstance.Jsii$Default.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric associated with this database instance.final Metric
IDatabaseInstance.Jsii$Proxy.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric associated with this database instance.IDatabaseInstance.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric associated with this database instance. -
Uses of MetricOptions in software.amazon.awscdk.services.opensearchservice
Modifier and TypeMethodDescriptionDomain.metric
(String metricName, MetricOptions props) Return the given named metric for this domain.default Metric
IDomain.Jsii$Default.metric
(String metricName, MetricOptions props) Return the given named metric for this domain.final Metric
IDomain.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return the given named metric for this domain.IDomain.metric
(String metricName, MetricOptions props) Return the given named metric for this domain.Domain.metricAutomatedSnapshotFailure
(MetricOptions props) Metric for automated snapshot failures.default Metric
IDomain.Jsii$Default.metricAutomatedSnapshotFailure
(MetricOptions props) Metric for automated snapshot failures.final Metric
IDomain.Jsii$Proxy.metricAutomatedSnapshotFailure
(MetricOptions props) Metric for automated snapshot failures.IDomain.metricAutomatedSnapshotFailure
(MetricOptions props) Metric for automated snapshot failures.Domain.metricClusterIndexWritesBlocked
(MetricOptions props) Metric for the cluster blocking index writes.default Metric
IDomain.Jsii$Default.metricClusterIndexWritesBlocked
(MetricOptions props) Metric for the cluster blocking index writes.final Metric
IDomain.Jsii$Proxy.metricClusterIndexWritesBlocked
(MetricOptions props) Metric for the cluster blocking index writes.IDomain.metricClusterIndexWritesBlocked
(MetricOptions props) Metric for the cluster blocking index writes.Domain.metricClusterStatusRed
(MetricOptions props) Metric for the time the cluster status is red.default Metric
IDomain.Jsii$Default.metricClusterStatusRed
(MetricOptions props) Metric for the time the cluster status is red.final Metric
IDomain.Jsii$Proxy.metricClusterStatusRed
(MetricOptions props) Metric for the time the cluster status is red.IDomain.metricClusterStatusRed
(MetricOptions props) Metric for the time the cluster status is red.Domain.metricClusterStatusYellow
(MetricOptions props) Metric for the time the cluster status is yellow.default Metric
IDomain.Jsii$Default.metricClusterStatusYellow
(MetricOptions props) Metric for the time the cluster status is yellow.final Metric
IDomain.Jsii$Proxy.metricClusterStatusYellow
(MetricOptions props) Metric for the time the cluster status is yellow.IDomain.metricClusterStatusYellow
(MetricOptions props) Metric for the time the cluster status is yellow.Domain.metricCPUUtilization
(MetricOptions props) Metric for CPU utilization.default Metric
IDomain.Jsii$Default.metricCPUUtilization
(MetricOptions props) Metric for CPU utilization.final Metric
IDomain.Jsii$Proxy.metricCPUUtilization
(MetricOptions props) Metric for CPU utilization.IDomain.metricCPUUtilization
(MetricOptions props) Metric for CPU utilization.Domain.metricFreeStorageSpace
(MetricOptions props) Metric for the storage space of nodes in the cluster.default Metric
IDomain.Jsii$Default.metricFreeStorageSpace
(MetricOptions props) Metric for the storage space of nodes in the cluster.final Metric
IDomain.Jsii$Proxy.metricFreeStorageSpace
(MetricOptions props) Metric for the storage space of nodes in the cluster.IDomain.metricFreeStorageSpace
(MetricOptions props) Metric for the storage space of nodes in the cluster.Domain.metricIndexingLatency
(MetricOptions props) Metric for indexing latency.default Metric
IDomain.Jsii$Default.metricIndexingLatency
(MetricOptions props) Metric for indexing latency.final Metric
IDomain.Jsii$Proxy.metricIndexingLatency
(MetricOptions props) Metric for indexing latency.IDomain.metricIndexingLatency
(MetricOptions props) Metric for indexing latency.Domain.metricJVMMemoryPressure
(MetricOptions props) Metric for JVM memory pressure.default Metric
IDomain.Jsii$Default.metricJVMMemoryPressure
(MetricOptions props) Metric for JVM memory pressure.final Metric
IDomain.Jsii$Proxy.metricJVMMemoryPressure
(MetricOptions props) Metric for JVM memory pressure.IDomain.metricJVMMemoryPressure
(MetricOptions props) Metric for JVM memory pressure.Domain.metricKMSKeyError
(MetricOptions props) Metric for KMS key errors.default Metric
IDomain.Jsii$Default.metricKMSKeyError
(MetricOptions props) Metric for KMS key errors.final Metric
IDomain.Jsii$Proxy.metricKMSKeyError
(MetricOptions props) Metric for KMS key errors.IDomain.metricKMSKeyError
(MetricOptions props) Metric for KMS key errors.Domain.metricKMSKeyInaccessible
(MetricOptions props) Metric for KMS key being inaccessible.default Metric
IDomain.Jsii$Default.metricKMSKeyInaccessible
(MetricOptions props) Metric for KMS key being inaccessible.final Metric
IDomain.Jsii$Proxy.metricKMSKeyInaccessible
(MetricOptions props) Metric for KMS key being inaccessible.IDomain.metricKMSKeyInaccessible
(MetricOptions props) Metric for KMS key being inaccessible.Domain.metricMasterCPUUtilization
(MetricOptions props) Metric for master CPU utilization.default Metric
IDomain.Jsii$Default.metricMasterCPUUtilization
(MetricOptions props) Metric for master CPU utilization.final Metric
IDomain.Jsii$Proxy.metricMasterCPUUtilization
(MetricOptions props) Metric for master CPU utilization.IDomain.metricMasterCPUUtilization
(MetricOptions props) Metric for master CPU utilization.Domain.metricMasterJVMMemoryPressure
(MetricOptions props) Metric for master JVM memory pressure.default Metric
IDomain.Jsii$Default.metricMasterJVMMemoryPressure
(MetricOptions props) Metric for master JVM memory pressure.final Metric
IDomain.Jsii$Proxy.metricMasterJVMMemoryPressure
(MetricOptions props) Metric for master JVM memory pressure.IDomain.metricMasterJVMMemoryPressure
(MetricOptions props) Metric for master JVM memory pressure.Domain.metricNodes
(MetricOptions props) Metric for the number of nodes.default Metric
IDomain.Jsii$Default.metricNodes
(MetricOptions props) Metric for the number of nodes.final Metric
IDomain.Jsii$Proxy.metricNodes
(MetricOptions props) Metric for the number of nodes.IDomain.metricNodes
(MetricOptions props) Metric for the number of nodes.Domain.metricSearchableDocuments
(MetricOptions props) Metric for number of searchable documents.default Metric
IDomain.Jsii$Default.metricSearchableDocuments
(MetricOptions props) Metric for number of searchable documents.final Metric
IDomain.Jsii$Proxy.metricSearchableDocuments
(MetricOptions props) Metric for number of searchable documents.IDomain.metricSearchableDocuments
(MetricOptions props) Metric for number of searchable documents.Domain.metricSearchLatency
(MetricOptions props) Metric for search latency.default Metric
IDomain.Jsii$Default.metricSearchLatency
(MetricOptions props) Metric for search latency.final Metric
IDomain.Jsii$Proxy.metricSearchLatency
(MetricOptions props) Metric for search latency.IDomain.metricSearchLatency
(MetricOptions props) Metric for search latency. -
Uses of MetricOptions in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptionDatabaseClusterBase.metric
(String metricName, MetricOptions props) Return the given named metric for this DBCluster.DatabaseInstanceBase.metric
(String metricName, MetricOptions props) Return the given named metric for this DBInstance.default Metric
IDatabaseCluster.Jsii$Default.metric
(String metricName, MetricOptions props) Return the given named metric for this DBCluster.final Metric
IDatabaseCluster.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return the given named metric for this DBCluster.IDatabaseCluster.metric
(String metricName, MetricOptions props) Return the given named metric for this DBCluster.default Metric
IDatabaseInstance.Jsii$Default.metric
(String metricName, MetricOptions props) Return the given named metric for this DBInstance.final Metric
IDatabaseInstance.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return the given named metric for this DBInstance.IDatabaseInstance.metric
(String metricName, MetricOptions props) Return the given named metric for this DBInstance.DatabaseCluster.metricACUUtilization
(MetricOptions props) This value is represented as a percentage.DatabaseClusterFromSnapshot.metricACUUtilization
(MetricOptions props) This value is represented as a percentage.DatabaseClusterBase.metricCPUUtilization
(MetricOptions props) The percentage of CPU utilization.DatabaseInstanceBase.metricCPUUtilization
(MetricOptions props) The percentage of CPU utilization.default Metric
IDatabaseCluster.Jsii$Default.metricCPUUtilization
(MetricOptions props) The percentage of CPU utilization.final Metric
IDatabaseCluster.Jsii$Proxy.metricCPUUtilization
(MetricOptions props) The percentage of CPU utilization.IDatabaseCluster.metricCPUUtilization
(MetricOptions props) The percentage of CPU utilization.default Metric
IDatabaseInstance.Jsii$Default.metricCPUUtilization
(MetricOptions props) The percentage of CPU utilization.final Metric
IDatabaseInstance.Jsii$Proxy.metricCPUUtilization
(MetricOptions props) The percentage of CPU utilization.IDatabaseInstance.metricCPUUtilization
(MetricOptions props) The percentage of CPU utilization.DatabaseClusterBase.metricDatabaseConnections
(MetricOptions props) The number of database connections in use.DatabaseInstanceBase.metricDatabaseConnections
(MetricOptions props) The number of database connections in use.default Metric
IDatabaseCluster.Jsii$Default.metricDatabaseConnections
(MetricOptions props) The number of database connections in use.final Metric
IDatabaseCluster.Jsii$Proxy.metricDatabaseConnections
(MetricOptions props) The number of database connections in use.IDatabaseCluster.metricDatabaseConnections
(MetricOptions props) The number of database connections in use.default Metric
IDatabaseInstance.Jsii$Default.metricDatabaseConnections
(MetricOptions props) The number of database connections in use.final Metric
IDatabaseInstance.Jsii$Proxy.metricDatabaseConnections
(MetricOptions props) The number of database connections in use.IDatabaseInstance.metricDatabaseConnections
(MetricOptions props) The number of database connections in use.DatabaseClusterBase.metricDeadlocks
(MetricOptions props) The average number of deadlocks in the database per second.default Metric
IDatabaseCluster.Jsii$Default.metricDeadlocks
(MetricOptions props) The average number of deadlocks in the database per second.final Metric
IDatabaseCluster.Jsii$Proxy.metricDeadlocks
(MetricOptions props) The average number of deadlocks in the database per second.IDatabaseCluster.metricDeadlocks
(MetricOptions props) The average number of deadlocks in the database per second.DatabaseClusterBase.metricEngineUptime
(MetricOptions props) The amount of time that the instance has been running, in seconds.default Metric
IDatabaseCluster.Jsii$Default.metricEngineUptime
(MetricOptions props) The amount of time that the instance has been running, in seconds.final Metric
IDatabaseCluster.Jsii$Proxy.metricEngineUptime
(MetricOptions props) The amount of time that the instance has been running, in seconds.IDatabaseCluster.metricEngineUptime
(MetricOptions props) The amount of time that the instance has been running, in seconds.DatabaseClusterBase.metricFreeableMemory
(MetricOptions props) The amount of available random access memory, in bytes.DatabaseInstanceBase.metricFreeableMemory
(MetricOptions props) The amount of available random access memory.default Metric
IDatabaseCluster.Jsii$Default.metricFreeableMemory
(MetricOptions props) The amount of available random access memory, in bytes.final Metric
IDatabaseCluster.Jsii$Proxy.metricFreeableMemory
(MetricOptions props) The amount of available random access memory, in bytes.IDatabaseCluster.metricFreeableMemory
(MetricOptions props) The amount of available random access memory, in bytes.default Metric
IDatabaseInstance.Jsii$Default.metricFreeableMemory
(MetricOptions props) The amount of available random access memory.final Metric
IDatabaseInstance.Jsii$Proxy.metricFreeableMemory
(MetricOptions props) The amount of available random access memory.IDatabaseInstance.metricFreeableMemory
(MetricOptions props) The amount of available random access memory.DatabaseClusterBase.metricFreeLocalStorage
(MetricOptions props) The amount of local storage available, in bytes.default Metric
IDatabaseCluster.Jsii$Default.metricFreeLocalStorage
(MetricOptions props) The amount of local storage available, in bytes.final Metric
IDatabaseCluster.Jsii$Proxy.metricFreeLocalStorage
(MetricOptions props) The amount of local storage available, in bytes.IDatabaseCluster.metricFreeLocalStorage
(MetricOptions props) The amount of local storage available, in bytes.DatabaseInstanceBase.metricFreeStorageSpace
(MetricOptions props) The amount of available storage space.default Metric
IDatabaseInstance.Jsii$Default.metricFreeStorageSpace
(MetricOptions props) The amount of available storage space.final Metric
IDatabaseInstance.Jsii$Proxy.metricFreeStorageSpace
(MetricOptions props) The amount of available storage space.IDatabaseInstance.metricFreeStorageSpace
(MetricOptions props) The amount of available storage space.DatabaseClusterBase.metricNetworkReceiveThroughput
(MetricOptions props) The amount of network throughput received from clients by each instance, in bytes per second.default Metric
IDatabaseCluster.Jsii$Default.metricNetworkReceiveThroughput
(MetricOptions props) The amount of network throughput received from clients by each instance, in bytes per second.final Metric
IDatabaseCluster.Jsii$Proxy.metricNetworkReceiveThroughput
(MetricOptions props) The amount of network throughput received from clients by each instance, in bytes per second.IDatabaseCluster.metricNetworkReceiveThroughput
(MetricOptions props) The amount of network throughput received from clients by each instance, in bytes per second.DatabaseClusterBase.metricNetworkThroughput
(MetricOptions props) The amount of network throughput both received from and transmitted to clients by each instance, in bytes per second.default Metric
IDatabaseCluster.Jsii$Default.metricNetworkThroughput
(MetricOptions props) The amount of network throughput both received from and transmitted to clients by each instance, in bytes per second.final Metric
IDatabaseCluster.Jsii$Proxy.metricNetworkThroughput
(MetricOptions props) The amount of network throughput both received from and transmitted to clients by each instance, in bytes per second.IDatabaseCluster.metricNetworkThroughput
(MetricOptions props) The amount of network throughput both received from and transmitted to clients by each instance, in bytes per second.DatabaseClusterBase.metricNetworkTransmitThroughput
(MetricOptions props) The amount of network throughput sent to clients by each instance, in bytes per second.default Metric
IDatabaseCluster.Jsii$Default.metricNetworkTransmitThroughput
(MetricOptions props) The amount of network throughput sent to clients by each instance, in bytes per second.final Metric
IDatabaseCluster.Jsii$Proxy.metricNetworkTransmitThroughput
(MetricOptions props) The amount of network throughput sent to clients by each instance, in bytes per second.IDatabaseCluster.metricNetworkTransmitThroughput
(MetricOptions props) The amount of network throughput sent to clients by each instance, in bytes per second.DatabaseInstanceBase.metricReadIOPS
(MetricOptions props) The average number of disk write I/O operations per second.default Metric
IDatabaseInstance.Jsii$Default.metricReadIOPS
(MetricOptions props) The average number of disk write I/O operations per second.final Metric
IDatabaseInstance.Jsii$Proxy.metricReadIOPS
(MetricOptions props) The average number of disk write I/O operations per second.IDatabaseInstance.metricReadIOPS
(MetricOptions props) The average number of disk write I/O operations per second.DatabaseCluster.metricServerlessDatabaseCapacity
(MetricOptions props) As a cluster-level metric, it represents the average of the ServerlessDatabaseCapacity values of all the Aurora Serverless v2 DB instances in the cluster.DatabaseClusterFromSnapshot.metricServerlessDatabaseCapacity
(MetricOptions props) As a cluster-level metric, it represents the average of the ServerlessDatabaseCapacity values of all the Aurora Serverless v2 DB instances in the cluster.DatabaseClusterBase.metricSnapshotStorageUsed
(MetricOptions props) The total amount of backup storage in bytes consumed by all Aurora snapshots outside its backup retention window.default Metric
IDatabaseCluster.Jsii$Default.metricSnapshotStorageUsed
(MetricOptions props) The total amount of backup storage in bytes consumed by all Aurora snapshots outside its backup retention window.final Metric
IDatabaseCluster.Jsii$Proxy.metricSnapshotStorageUsed
(MetricOptions props) The total amount of backup storage in bytes consumed by all Aurora snapshots outside its backup retention window.IDatabaseCluster.metricSnapshotStorageUsed
(MetricOptions props) The total amount of backup storage in bytes consumed by all Aurora snapshots outside its backup retention window.DatabaseClusterBase.metricTotalBackupStorageBilled
(MetricOptions props) The total amount of backup storage in bytes for which you are billed.default Metric
IDatabaseCluster.Jsii$Default.metricTotalBackupStorageBilled
(MetricOptions props) The total amount of backup storage in bytes for which you are billed.final Metric
IDatabaseCluster.Jsii$Proxy.metricTotalBackupStorageBilled
(MetricOptions props) The total amount of backup storage in bytes for which you are billed.IDatabaseCluster.metricTotalBackupStorageBilled
(MetricOptions props) The total amount of backup storage in bytes for which you are billed.DatabaseClusterBase.metricVolumeBytesUsed
(MetricOptions props) The amount of storage used by your Aurora DB instance, in bytes.default Metric
IDatabaseCluster.Jsii$Default.metricVolumeBytesUsed
(MetricOptions props) The amount of storage used by your Aurora DB instance, in bytes.final Metric
IDatabaseCluster.Jsii$Proxy.metricVolumeBytesUsed
(MetricOptions props) The amount of storage used by your Aurora DB instance, in bytes.IDatabaseCluster.metricVolumeBytesUsed
(MetricOptions props) The amount of storage used by your Aurora DB instance, in bytes.DatabaseClusterBase.metricVolumeReadIOPs
(MetricOptions props) The number of billed read I/O operations from a cluster volume, reported at 5-minute intervals.default Metric
IDatabaseCluster.Jsii$Default.metricVolumeReadIOPs
(MetricOptions props) The number of billed read I/O operations from a cluster volume, reported at 5-minute intervals.final Metric
IDatabaseCluster.Jsii$Proxy.metricVolumeReadIOPs
(MetricOptions props) The number of billed read I/O operations from a cluster volume, reported at 5-minute intervals.IDatabaseCluster.metricVolumeReadIOPs
(MetricOptions props) The number of billed read I/O operations from a cluster volume, reported at 5-minute intervals.DatabaseClusterBase.metricVolumeWriteIOPs
(MetricOptions props) The number of write disk I/O operations to the cluster volume, reported at 5-minute intervals.default Metric
IDatabaseCluster.Jsii$Default.metricVolumeWriteIOPs
(MetricOptions props) The number of write disk I/O operations to the cluster volume, reported at 5-minute intervals.final Metric
IDatabaseCluster.Jsii$Proxy.metricVolumeWriteIOPs
(MetricOptions props) The number of write disk I/O operations to the cluster volume, reported at 5-minute intervals.IDatabaseCluster.metricVolumeWriteIOPs
(MetricOptions props) The number of write disk I/O operations to the cluster volume, reported at 5-minute intervals.DatabaseInstanceBase.metricWriteIOPS
(MetricOptions props) The average number of disk read I/O operations per second.default Metric
IDatabaseInstance.Jsii$Default.metricWriteIOPS
(MetricOptions props) The average number of disk read I/O operations per second.final Metric
IDatabaseInstance.Jsii$Proxy.metricWriteIOPS
(MetricOptions props) The average number of disk read I/O operations per second.IDatabaseInstance.metricWriteIOPS
(MetricOptions props) The average number of disk read I/O operations per second. -
Uses of MetricOptions in software.amazon.awscdk.services.sagemaker.alpha
Modifier and TypeMethodDescriptiondefault Metric
IEndpointInstanceProductionVariant.Jsii$Default.metric
(String namespace, String metricName, MetricOptions props) (experimental) Return the given named metric for Endpoint.final Metric
IEndpointInstanceProductionVariant.Jsii$Proxy.metric
(String namespace, String metricName, MetricOptions props) (experimental) Return the given named metric for Endpoint.IEndpointInstanceProductionVariant.metric
(String namespace, String metricName, MetricOptions props) (experimental) Return the given named metric for Endpoint.default Metric
IEndpointInstanceProductionVariant.Jsii$Default.metricCpuUtilization
(MetricOptions props) (experimental) Metric for CPU utilization.final Metric
IEndpointInstanceProductionVariant.Jsii$Proxy.metricCpuUtilization
(MetricOptions props) (experimental) Metric for CPU utilization.IEndpointInstanceProductionVariant.metricCpuUtilization
(MetricOptions props) (experimental) Metric for CPU utilization.default Metric
IEndpointInstanceProductionVariant.Jsii$Default.metricDiskUtilization
(MetricOptions props) (experimental) Metric for disk utilization.final Metric
IEndpointInstanceProductionVariant.Jsii$Proxy.metricDiskUtilization
(MetricOptions props) (experimental) Metric for disk utilization.IEndpointInstanceProductionVariant.metricDiskUtilization
(MetricOptions props) (experimental) Metric for disk utilization.default Metric
IEndpointInstanceProductionVariant.Jsii$Default.metricGpuMemoryUtilization
(MetricOptions props) (experimental) Metric for GPU memory utilization.final Metric
IEndpointInstanceProductionVariant.Jsii$Proxy.metricGpuMemoryUtilization
(MetricOptions props) (experimental) Metric for GPU memory utilization.IEndpointInstanceProductionVariant.metricGpuMemoryUtilization
(MetricOptions props) (experimental) Metric for GPU memory utilization.default Metric
IEndpointInstanceProductionVariant.Jsii$Default.metricGpuUtilization
(MetricOptions props) (experimental) Metric for GPU utilization.final Metric
IEndpointInstanceProductionVariant.Jsii$Proxy.metricGpuUtilization
(MetricOptions props) (experimental) Metric for GPU utilization.IEndpointInstanceProductionVariant.metricGpuUtilization
(MetricOptions props) (experimental) Metric for GPU utilization.default Metric
IEndpointInstanceProductionVariant.Jsii$Default.metricInvocationResponseCode
(InvocationHttpResponseCode responseCode, MetricOptions props) (experimental) Metric for the number of invocations by HTTP response code.final Metric
IEndpointInstanceProductionVariant.Jsii$Proxy.metricInvocationResponseCode
(InvocationHttpResponseCode responseCode, MetricOptions props) (experimental) Metric for the number of invocations by HTTP response code.IEndpointInstanceProductionVariant.metricInvocationResponseCode
(InvocationHttpResponseCode responseCode, MetricOptions props) (experimental) Metric for the number of invocations by HTTP response code.default Metric
IEndpointInstanceProductionVariant.Jsii$Default.metricInvocations
(MetricOptions props) (experimental) Metric for the number of invocations.final Metric
IEndpointInstanceProductionVariant.Jsii$Proxy.metricInvocations
(MetricOptions props) (experimental) Metric for the number of invocations.IEndpointInstanceProductionVariant.metricInvocations
(MetricOptions props) (experimental) Metric for the number of invocations.default Metric
IEndpointInstanceProductionVariant.Jsii$Default.metricInvocationsPerInstance
(MetricOptions props) (experimental) Metric for the number of invocations per instance.final Metric
IEndpointInstanceProductionVariant.Jsii$Proxy.metricInvocationsPerInstance
(MetricOptions props) (experimental) Metric for the number of invocations per instance.IEndpointInstanceProductionVariant.metricInvocationsPerInstance
(MetricOptions props) (experimental) Metric for the number of invocations per instance.default Metric
IEndpointInstanceProductionVariant.Jsii$Default.metricMemoryUtilization
(MetricOptions props) (experimental) Metric for memory utilization.final Metric
IEndpointInstanceProductionVariant.Jsii$Proxy.metricMemoryUtilization
(MetricOptions props) (experimental) Metric for memory utilization.IEndpointInstanceProductionVariant.metricMemoryUtilization
(MetricOptions props) (experimental) Metric for memory utilization.default Metric
IEndpointInstanceProductionVariant.Jsii$Default.metricModelLatency
(MetricOptions props) (experimental) Metric for model latency.final Metric
IEndpointInstanceProductionVariant.Jsii$Proxy.metricModelLatency
(MetricOptions props) (experimental) Metric for model latency.IEndpointInstanceProductionVariant.metricModelLatency
(MetricOptions props) (experimental) Metric for model latency.default Metric
IEndpointInstanceProductionVariant.Jsii$Default.metricOverheadLatency
(MetricOptions props) (experimental) Metric for overhead latency.final Metric
IEndpointInstanceProductionVariant.Jsii$Proxy.metricOverheadLatency
(MetricOptions props) (experimental) Metric for overhead latency.IEndpointInstanceProductionVariant.metricOverheadLatency
(MetricOptions props) (experimental) Metric for overhead latency. -
Uses of MetricOptions in software.amazon.awscdk.services.scheduler.alpha
Modifier and TypeMethodDescriptionGroup.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this group schedules.default Metric
IGroup.Jsii$Default.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this group schedules.final Metric
IGroup.Jsii$Proxy.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this group schedules.IGroup.metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this group schedules.static Metric
Schedule.metricAll
(String metricName, MetricOptions props) (experimental) Return the given named metric for all schedules.static Metric
Schedule.metricAllAttempts
(MetricOptions props) (experimental) Metric for all invocation attempts across all schedules.static Metric
Schedule.metricAllDropped
(MetricOptions props) (experimental) Metric for dropped invocations when EventBridge Scheduler stops attempting to invoke the target after a schedule's retry policy has been exhausted.static Metric
Schedule.metricAllErrors
(MetricOptions props) (experimental) Emitted when the target returns an exception after EventBridge Scheduler calls the target API across all schedules.static Metric
Schedule.metricAllFailedToBeSentToDLQ
(String errorCode, MetricOptions props) (experimental) Metric for failed invocations that also failed to deliver to DLQ across all schedules.static Metric
Schedule.metricAllSentToDLQ
(MetricOptions props) (experimental) Metric for invocations delivered to the DLQ across all schedules.static Metric
Schedule.metricAllSentToDLQTruncated
(MetricOptions props) (experimental) Metric for delivery of failed invocations to DLQ when the payload of the event sent to the DLQ exceeds the maximum size allowed by Amazon SQS.static Metric
Schedule.metricAllTargetThrottled
(MetricOptions props) (experimental) Metric for invocation failures due to API throttling by the target across all schedules.static Metric
Schedule.metricAllThrottled
(MetricOptions props) (experimental) Metric for the number of invocations that were throttled across all schedules.Group.metricAttempts
(MetricOptions props) (experimental) Metric for all invocation attempts.default Metric
IGroup.Jsii$Default.metricAttempts
(MetricOptions props) (experimental) Metric for all invocation attempts.final Metric
IGroup.Jsii$Proxy.metricAttempts
(MetricOptions props) (experimental) Metric for all invocation attempts.IGroup.metricAttempts
(MetricOptions props) (experimental) Metric for all invocation attempts.Group.metricDropped
(MetricOptions props) (experimental) Metric for dropped invocations when EventBridge Scheduler stops attempting to invoke the target after a schedule's retry policy has been exhausted.default Metric
IGroup.Jsii$Default.metricDropped
(MetricOptions props) (experimental) Metric for dropped invocations when EventBridge Scheduler stops attempting to invoke the target after a schedule's retry policy has been exhausted.final Metric
IGroup.Jsii$Proxy.metricDropped
(MetricOptions props) (experimental) Metric for dropped invocations when EventBridge Scheduler stops attempting to invoke the target after a schedule's retry policy has been exhausted.IGroup.metricDropped
(MetricOptions props) (experimental) Metric for dropped invocations when EventBridge Scheduler stops attempting to invoke the target after a schedule's retry policy has been exhausted.Group.metricFailedToBeSentToDLQ
(String errorCode, MetricOptions props) (experimental) Metric for failed invocations that also failed to deliver to DLQ.default Metric
IGroup.Jsii$Default.metricFailedToBeSentToDLQ
(String errorCode, MetricOptions props) (experimental) Metric for failed invocations that also failed to deliver to DLQ.final Metric
IGroup.Jsii$Proxy.metricFailedToBeSentToDLQ
(String errorCode, MetricOptions props) (experimental) Metric for failed invocations that also failed to deliver to DLQ.IGroup.metricFailedToBeSentToDLQ
(String errorCode, MetricOptions props) (experimental) Metric for failed invocations that also failed to deliver to DLQ.Group.metricSentToDLQ
(MetricOptions props) (experimental) Metric for invocations delivered to the DLQ.default Metric
IGroup.Jsii$Default.metricSentToDLQ
(MetricOptions props) (experimental) Metric for invocations delivered to the DLQ.final Metric
IGroup.Jsii$Proxy.metricSentToDLQ
(MetricOptions props) (experimental) Metric for invocations delivered to the DLQ.IGroup.metricSentToDLQ
(MetricOptions props) (experimental) Metric for invocations delivered to the DLQ.Group.metricSentToDLQTruncated
(MetricOptions props) (experimental) Metric for delivery of failed invocations to DLQ when the payload of the event sent to the DLQ exceeds the maximum size allowed by Amazon SQS.default Metric
IGroup.Jsii$Default.metricSentToDLQTruncated
(MetricOptions props) (experimental) Metric for delivery of failed invocations to DLQ when the payload of the event sent to the DLQ exceeds the maximum size allowed by Amazon SQS.final Metric
IGroup.Jsii$Proxy.metricSentToDLQTruncated
(MetricOptions props) (experimental) Metric for delivery of failed invocations to DLQ when the payload of the event sent to the DLQ exceeds the maximum size allowed by Amazon SQS.IGroup.metricSentToDLQTruncated
(MetricOptions props) (experimental) Metric for delivery of failed invocations to DLQ when the payload of the event sent to the DLQ exceeds the maximum size allowed by Amazon SQS.Group.metricTargetErrors
(MetricOptions props) (experimental) Emitted when the target returns an exception after EventBridge Scheduler calls the target API.default Metric
IGroup.Jsii$Default.metricTargetErrors
(MetricOptions props) (experimental) Emitted when the target returns an exception after EventBridge Scheduler calls the target API.final Metric
IGroup.Jsii$Proxy.metricTargetErrors
(MetricOptions props) (experimental) Emitted when the target returns an exception after EventBridge Scheduler calls the target API.IGroup.metricTargetErrors
(MetricOptions props) (experimental) Emitted when the target returns an exception after EventBridge Scheduler calls the target API.Group.metricTargetThrottled
(MetricOptions props) (experimental) Metric for invocation failures due to API throttling by the target.default Metric
IGroup.Jsii$Default.metricTargetThrottled
(MetricOptions props) (experimental) Metric for invocation failures due to API throttling by the target.final Metric
IGroup.Jsii$Proxy.metricTargetThrottled
(MetricOptions props) (experimental) Metric for invocation failures due to API throttling by the target.IGroup.metricTargetThrottled
(MetricOptions props) (experimental) Metric for invocation failures due to API throttling by the target.Group.metricThrottled
(MetricOptions props) (experimental) Metric for the number of invocations that were throttled because it exceeds your service quotas.default Metric
IGroup.Jsii$Default.metricThrottled
(MetricOptions props) (experimental) Metric for the number of invocations that were throttled because it exceeds your service quotas.final Metric
IGroup.Jsii$Proxy.metricThrottled
(MetricOptions props) (experimental) Metric for the number of invocations that were throttled because it exceeds your service quotas.IGroup.metricThrottled
(MetricOptions props) (experimental) Metric for the number of invocations that were throttled because it exceeds your service quotas. -
Uses of MetricOptions in software.amazon.awscdk.services.sns
Modifier and TypeMethodDescriptiondefault Metric
ITopic.Jsii$Default.metric
(String metricName, MetricOptions props) Return the given named metric for this Topic.final Metric
ITopic.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return the given named metric for this Topic.ITopic.metric
(String metricName, MetricOptions props) Return the given named metric for this Topic.TopicBase.metric
(String metricName, MetricOptions props) Return the given named metric for this Topic.default Metric
ITopic.Jsii$Default.metricNumberOfMessagesPublished
(MetricOptions props) The number of messages published to your Amazon SNS topics.final Metric
ITopic.Jsii$Proxy.metricNumberOfMessagesPublished
(MetricOptions props) The number of messages published to your Amazon SNS topics.ITopic.metricNumberOfMessagesPublished
(MetricOptions props) The number of messages published to your Amazon SNS topics.TopicBase.metricNumberOfMessagesPublished
(MetricOptions props) The number of messages published to your Amazon SNS topics.default Metric
ITopic.Jsii$Default.metricNumberOfNotificationsDelivered
(MetricOptions props) The number of messages successfully delivered from your Amazon SNS topics to subscribing endpoints.final Metric
ITopic.Jsii$Proxy.metricNumberOfNotificationsDelivered
(MetricOptions props) The number of messages successfully delivered from your Amazon SNS topics to subscribing endpoints.ITopic.metricNumberOfNotificationsDelivered
(MetricOptions props) The number of messages successfully delivered from your Amazon SNS topics to subscribing endpoints.TopicBase.metricNumberOfNotificationsDelivered
(MetricOptions props) The number of messages successfully delivered from your Amazon SNS topics to subscribing endpoints.default Metric
ITopic.Jsii$Default.metricNumberOfNotificationsFailed
(MetricOptions props) The number of messages that Amazon SNS failed to deliver.final Metric
ITopic.Jsii$Proxy.metricNumberOfNotificationsFailed
(MetricOptions props) The number of messages that Amazon SNS failed to deliver.ITopic.metricNumberOfNotificationsFailed
(MetricOptions props) The number of messages that Amazon SNS failed to deliver.TopicBase.metricNumberOfNotificationsFailed
(MetricOptions props) The number of messages that Amazon SNS failed to deliver.default Metric
ITopic.Jsii$Default.metricNumberOfNotificationsFilteredOut
(MetricOptions props) The number of messages that were rejected by subscription filter policies.final Metric
ITopic.Jsii$Proxy.metricNumberOfNotificationsFilteredOut
(MetricOptions props) The number of messages that were rejected by subscription filter policies.ITopic.metricNumberOfNotificationsFilteredOut
(MetricOptions props) The number of messages that were rejected by subscription filter policies.TopicBase.metricNumberOfNotificationsFilteredOut
(MetricOptions props) The number of messages that were rejected by subscription filter policies.default Metric
ITopic.Jsii$Default.metricNumberOfNotificationsFilteredOutInvalidAttributes
(MetricOptions props) The number of messages that were rejected by subscription filter policies because the messages' attributes are invalid.final Metric
ITopic.Jsii$Proxy.metricNumberOfNotificationsFilteredOutInvalidAttributes
(MetricOptions props) The number of messages that were rejected by subscription filter policies because the messages' attributes are invalid.The number of messages that were rejected by subscription filter policies because the messages' attributes are invalid.TopicBase.metricNumberOfNotificationsFilteredOutInvalidAttributes
(MetricOptions props) The number of messages that were rejected by subscription filter policies because the messages' attributes are invalid.default Metric
ITopic.Jsii$Default.metricNumberOfNotificationsFilteredOutNoMessageAttributes
(MetricOptions props) The number of messages that were rejected by subscription filter policies because the messages have no attributes.final Metric
ITopic.Jsii$Proxy.metricNumberOfNotificationsFilteredOutNoMessageAttributes
(MetricOptions props) The number of messages that were rejected by subscription filter policies because the messages have no attributes.The number of messages that were rejected by subscription filter policies because the messages have no attributes.TopicBase.metricNumberOfNotificationsFilteredOutNoMessageAttributes
(MetricOptions props) The number of messages that were rejected by subscription filter policies because the messages have no attributes.default Metric
ITopic.Jsii$Default.metricPublishSize
(MetricOptions props) Metric for the size of messages published through this topic.final Metric
ITopic.Jsii$Proxy.metricPublishSize
(MetricOptions props) Metric for the size of messages published through this topic.ITopic.metricPublishSize
(MetricOptions props) Metric for the size of messages published through this topic.TopicBase.metricPublishSize
(MetricOptions props) Metric for the size of messages published through this topic.default Metric
ITopic.Jsii$Default.metricSMSMonthToDateSpentUSD
(MetricOptions props) The charges you have accrued since the start of the current calendar month for sending SMS messages.final Metric
ITopic.Jsii$Proxy.metricSMSMonthToDateSpentUSD
(MetricOptions props) The charges you have accrued since the start of the current calendar month for sending SMS messages.ITopic.metricSMSMonthToDateSpentUSD
(MetricOptions props) The charges you have accrued since the start of the current calendar month for sending SMS messages.TopicBase.metricSMSMonthToDateSpentUSD
(MetricOptions props) The charges you have accrued since the start of the current calendar month for sending SMS messages.default Metric
ITopic.Jsii$Default.metricSMSSuccessRate
(MetricOptions props) The rate of successful SMS message deliveries.final Metric
ITopic.Jsii$Proxy.metricSMSSuccessRate
(MetricOptions props) The rate of successful SMS message deliveries.ITopic.metricSMSSuccessRate
(MetricOptions props) The rate of successful SMS message deliveries.TopicBase.metricSMSSuccessRate
(MetricOptions props) The rate of successful SMS message deliveries. -
Uses of MetricOptions in software.amazon.awscdk.services.sqs
Modifier and TypeMethodDescriptiondefault Metric
IQueue.Jsii$Default.metric
(String metricName, MetricOptions props) Return the given named metric for this Queue.final Metric
IQueue.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return the given named metric for this Queue.IQueue.metric
(String metricName, MetricOptions props) Return the given named metric for this Queue.QueueBase.metric
(String metricName, MetricOptions props) Return the given named metric for this Queue.default Metric
IQueue.Jsii$Default.metricApproximateAgeOfOldestMessage
(MetricOptions props) The approximate age of the oldest non-deleted message in the queue.final Metric
IQueue.Jsii$Proxy.metricApproximateAgeOfOldestMessage
(MetricOptions props) The approximate age of the oldest non-deleted message in the queue.IQueue.metricApproximateAgeOfOldestMessage
(MetricOptions props) The approximate age of the oldest non-deleted message in the queue.QueueBase.metricApproximateAgeOfOldestMessage
(MetricOptions props) The approximate age of the oldest non-deleted message in the queue.default Metric
IQueue.Jsii$Default.metricApproximateNumberOfMessagesDelayed
(MetricOptions props) The number of messages in the queue that are delayed and not available for reading immediately.final Metric
IQueue.Jsii$Proxy.metricApproximateNumberOfMessagesDelayed
(MetricOptions props) The number of messages in the queue that are delayed and not available for reading immediately.IQueue.metricApproximateNumberOfMessagesDelayed
(MetricOptions props) The number of messages in the queue that are delayed and not available for reading immediately.QueueBase.metricApproximateNumberOfMessagesDelayed
(MetricOptions props) The number of messages in the queue that are delayed and not available for reading immediately.default Metric
IQueue.Jsii$Default.metricApproximateNumberOfMessagesNotVisible
(MetricOptions props) The number of messages that are in flight.final Metric
IQueue.Jsii$Proxy.metricApproximateNumberOfMessagesNotVisible
(MetricOptions props) The number of messages that are in flight.IQueue.metricApproximateNumberOfMessagesNotVisible
(MetricOptions props) The number of messages that are in flight.QueueBase.metricApproximateNumberOfMessagesNotVisible
(MetricOptions props) The number of messages that are in flight.default Metric
IQueue.Jsii$Default.metricApproximateNumberOfMessagesVisible
(MetricOptions props) The number of messages available for retrieval from the queue.final Metric
IQueue.Jsii$Proxy.metricApproximateNumberOfMessagesVisible
(MetricOptions props) The number of messages available for retrieval from the queue.IQueue.metricApproximateNumberOfMessagesVisible
(MetricOptions props) The number of messages available for retrieval from the queue.QueueBase.metricApproximateNumberOfMessagesVisible
(MetricOptions props) The number of messages available for retrieval from the queue.default Metric
IQueue.Jsii$Default.metricNumberOfEmptyReceives
(MetricOptions props) The number of ReceiveMessage API calls that did not return a message.final Metric
IQueue.Jsii$Proxy.metricNumberOfEmptyReceives
(MetricOptions props) The number of ReceiveMessage API calls that did not return a message.IQueue.metricNumberOfEmptyReceives
(MetricOptions props) The number of ReceiveMessage API calls that did not return a message.QueueBase.metricNumberOfEmptyReceives
(MetricOptions props) The number of ReceiveMessage API calls that did not return a message.default Metric
IQueue.Jsii$Default.metricNumberOfMessagesDeleted
(MetricOptions props) The number of messages deleted from the queue.final Metric
IQueue.Jsii$Proxy.metricNumberOfMessagesDeleted
(MetricOptions props) The number of messages deleted from the queue.IQueue.metricNumberOfMessagesDeleted
(MetricOptions props) The number of messages deleted from the queue.QueueBase.metricNumberOfMessagesDeleted
(MetricOptions props) The number of messages deleted from the queue.default Metric
IQueue.Jsii$Default.metricNumberOfMessagesReceived
(MetricOptions props) The number of messages returned by calls to the ReceiveMessage action.final Metric
IQueue.Jsii$Proxy.metricNumberOfMessagesReceived
(MetricOptions props) The number of messages returned by calls to the ReceiveMessage action.IQueue.metricNumberOfMessagesReceived
(MetricOptions props) The number of messages returned by calls to the ReceiveMessage action.QueueBase.metricNumberOfMessagesReceived
(MetricOptions props) The number of messages returned by calls to the ReceiveMessage action.default Metric
IQueue.Jsii$Default.metricNumberOfMessagesSent
(MetricOptions props) The number of messages added to a queue.final Metric
IQueue.Jsii$Proxy.metricNumberOfMessagesSent
(MetricOptions props) The number of messages added to a queue.IQueue.metricNumberOfMessagesSent
(MetricOptions props) The number of messages added to a queue.QueueBase.metricNumberOfMessagesSent
(MetricOptions props) The number of messages added to a queue.default Metric
IQueue.Jsii$Default.metricSentMessageSize
(MetricOptions props) The size of messages added to a queue.final Metric
IQueue.Jsii$Proxy.metricSentMessageSize
(MetricOptions props) The size of messages added to a queue.IQueue.metricSentMessageSize
(MetricOptions props) The size of messages added to a queue.QueueBase.metricSentMessageSize
(MetricOptions props) The size of messages added to a queue. -
Uses of MetricOptions in software.amazon.awscdk.services.stepfunctions
Modifier and TypeMethodDescriptionActivity.metric
(String metricName, MetricOptions props) Return the given named metric for this Activity.default Metric
IStateMachine.Jsii$Default.metric
(String metricName, MetricOptions props) Return the given named metric for this State Machine's executions.final Metric
IStateMachine.Jsii$Proxy.metric
(String metricName, MetricOptions props) Return the given named metric for this State Machine's executions.IStateMachine.metric
(String metricName, MetricOptions props) Return the given named metric for this State Machine's executions.StateMachine.metric
(String metricName, MetricOptions props) Return the given named metric for this State Machine's executions.static Metric
StateTransitionMetric.metric
(String metricName, MetricOptions props) Return the given named metric for the service's state transition metrics.TaskStateBase.metric
(String metricName, MetricOptions props) Return the given named metric for this Task.default Metric
IStateMachine.Jsii$Default.metricAborted
(MetricOptions props) Metric for the number of executions that were aborted.final Metric
IStateMachine.Jsii$Proxy.metricAborted
(MetricOptions props) Metric for the number of executions that were aborted.IStateMachine.metricAborted
(MetricOptions props) Metric for the number of executions that were aborted.StateMachine.metricAborted
(MetricOptions props) Metric for the number of executions that were aborted.static Metric
StateTransitionMetric.metricConsumedCapacity
(MetricOptions props) Metric for the number of available state transitions per second.Activity.metricFailed
(MetricOptions props) Metric for the number of times this activity fails.default Metric
IStateMachine.Jsii$Default.metricFailed
(MetricOptions props) Metric for the number of executions that failed.final Metric
IStateMachine.Jsii$Proxy.metricFailed
(MetricOptions props) Metric for the number of executions that failed.IStateMachine.metricFailed
(MetricOptions props) Metric for the number of executions that failed.StateMachine.metricFailed
(MetricOptions props) Metric for the number of executions that failed.TaskStateBase.metricFailed
(MetricOptions props) Metric for the number of times this activity fails.Activity.metricHeartbeatTimedOut
(MetricOptions props) Metric for the number of times the heartbeat times out for this activity.TaskStateBase.metricHeartbeatTimedOut
(MetricOptions props) Metric for the number of times the heartbeat times out for this activity.static Metric
StateTransitionMetric.metricProvisionedBucketSize
(MetricOptions props) Metric for the number of available state transitions.static Metric
StateTransitionMetric.metricProvisionedRefillRate
(MetricOptions props) Metric for the provisioned steady-state execution rate.Activity.metricRunTime
(MetricOptions props) The interval, in milliseconds, between the time the activity starts and the time it closes.TaskStateBase.metricRunTime
(MetricOptions props) The interval, in milliseconds, between the time the Task starts and the time it closes.Activity.metricScheduled
(MetricOptions props) Metric for the number of times this activity is scheduled.TaskStateBase.metricScheduled
(MetricOptions props) Metric for the number of times this activity is scheduled.Activity.metricScheduleTime
(MetricOptions props) The interval, in milliseconds, for which the activity stays in the schedule state.TaskStateBase.metricScheduleTime
(MetricOptions props) The interval, in milliseconds, for which the activity stays in the schedule state.Activity.metricStarted
(MetricOptions props) Metric for the number of times this activity is started.default Metric
IStateMachine.Jsii$Default.metricStarted
(MetricOptions props) Metric for the number of executions that were started.final Metric
IStateMachine.Jsii$Proxy.metricStarted
(MetricOptions props) Metric for the number of executions that were started.IStateMachine.metricStarted
(MetricOptions props) Metric for the number of executions that were started.StateMachine.metricStarted
(MetricOptions props) Metric for the number of executions that were started.TaskStateBase.metricStarted
(MetricOptions props) Metric for the number of times this activity is started.Activity.metricSucceeded
(MetricOptions props) Metric for the number of times this activity succeeds.default Metric
IStateMachine.Jsii$Default.metricSucceeded
(MetricOptions props) Metric for the number of executions that succeeded.final Metric
IStateMachine.Jsii$Proxy.metricSucceeded
(MetricOptions props) Metric for the number of executions that succeeded.IStateMachine.metricSucceeded
(MetricOptions props) Metric for the number of executions that succeeded.StateMachine.metricSucceeded
(MetricOptions props) Metric for the number of executions that succeeded.TaskStateBase.metricSucceeded
(MetricOptions props) Metric for the number of times this activity succeeds.default Metric
IStateMachine.Jsii$Default.metricThrottled
(MetricOptions props) Metric for the number of executions that were throttled.final Metric
IStateMachine.Jsii$Proxy.metricThrottled
(MetricOptions props) Metric for the number of executions that were throttled.IStateMachine.metricThrottled
(MetricOptions props) Metric for the number of executions that were throttled.StateMachine.metricThrottled
(MetricOptions props) Metric for the number of executions that were throttled.static Metric
StateTransitionMetric.metricThrottledEvents
(MetricOptions props) Metric for the number of throttled state transitions.Activity.metricTime
(MetricOptions props) The interval, in milliseconds, between the time the activity is scheduled and the time it closes.default Metric
IStateMachine.Jsii$Default.metricTime
(MetricOptions props) Metric for the interval, in milliseconds, between the time the execution starts and the time it closes.final Metric
IStateMachine.Jsii$Proxy.metricTime
(MetricOptions props) Metric for the interval, in milliseconds, between the time the execution starts and the time it closes.IStateMachine.metricTime
(MetricOptions props) Metric for the interval, in milliseconds, between the time the execution starts and the time it closes.StateMachine.metricTime
(MetricOptions props) Metric for the interval, in milliseconds, between the time the execution starts and the time it closes.TaskStateBase.metricTime
(MetricOptions props) The interval, in milliseconds, between the time the activity is scheduled and the time it closes.Activity.metricTimedOut
(MetricOptions props) Metric for the number of times this activity times out.default Metric
IStateMachine.Jsii$Default.metricTimedOut
(MetricOptions props) Metric for the number of executions that timed out.final Metric
IStateMachine.Jsii$Proxy.metricTimedOut
(MetricOptions props) Metric for the number of executions that timed out.IStateMachine.metricTimedOut
(MetricOptions props) Metric for the number of executions that timed out.StateMachine.metricTimedOut
(MetricOptions props) Metric for the number of executions that timed out.TaskStateBase.metricTimedOut
(MetricOptions props) Metric for the number of times this activity times out. -
Uses of MetricOptions in software.amazon.awscdk.services.synthetics
Modifier and TypeMethodDescriptionCanary.metricDuration
(MetricOptions options) Measure the Duration of a single canary run, in seconds.Canary.metricFailed
(MetricOptions options) Measure the number of failed canary runs over a given time period.Canary.metricSuccessPercent
(MetricOptions options) Measure the percentage of successful canary runs.
metricSystemErrorsForOperations
.