Uses of Interface
software.amazon.awscdk.services.cloudwatch.IMetricStreamRef
Packages that use IMetricStreamRef
-
Uses of IMetricStreamRef in software.amazon.awscdk.services.cloudwatch
Subinterfaces of IMetricStreamRef in software.amazon.awscdk.services.cloudwatchModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIMetricStreamRef
.Classes in software.amazon.awscdk.services.cloudwatch that implement IMetricStreamRefModifier and TypeClassDescriptionclass
Creates or updates a metric stream.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.cloudwatch that return IMetricStreamRefModifier and TypeMethodDescriptionstatic IMetricStreamRef
CfnMetricStream.fromMetricStreamArn
(software.constructs.Construct scope, String id, String arn) Creates a new IMetricStreamRef from an ARN.static IMetricStreamRef
CfnMetricStream.fromMetricStreamName
(software.constructs.Construct scope, String id, String metricStreamName) Creates a new IMetricStreamRef from a metricStreamName.