Class CfnMetricStream.MetricStreamFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.CfnMetricStream.MetricStreamFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMetricStream.MetricStreamFilterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnMetricStream.MetricStreamFilterProperty
@Stability(Stable)
@Internal
public static final class CfnMetricStream.MetricStreamFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMetricStream.MetricStreamFilterProperty
An implementation for
CfnMetricStream.MetricStreamFilterProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudwatch.CfnMetricStream.MetricStreamFilterProperty
CfnMetricStream.MetricStreamFilterProperty.Builder, CfnMetricStream.MetricStreamFilterProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMetricStream.MetricStreamFilterProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnMetricStream.MetricStreamFilterProperty.Builder
.
-
-
Method Details
-
getNamespace
Description copied from interface:CfnMetricStream.MetricStreamFilterProperty
The name of the metric namespace in the filter.The namespace can contain only ASCII printable characters (ASCII range 32 through 126). It must contain at least one non-whitespace character.
- Specified by:
getNamespace
in interfaceCfnMetricStream.MetricStreamFilterProperty
-
getMetricNames
Description copied from interface:CfnMetricStream.MetricStreamFilterProperty
The names of the metrics to either include or exclude from the metric stream.If you omit this parameter, all metrics in the namespace are included or excluded, depending on whether this filter is specified as an exclude filter or an include filter.
Each metric name can contain only ASCII printable characters (ASCII range 32 through 126). Each metric name must contain at least one non-whitespace character.
- Specified by:
getMetricNames
in interfaceCfnMetricStream.MetricStreamFilterProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-