Class CfnMetricStreamProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.CfnMetricStreamProps.Jsii$Proxy
All Implemented Interfaces:
CfnMetricStreamProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnMetricStreamProps

@Stability(Stable) @Internal public static final class CfnMetricStreamProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMetricStreamProps
An implementation for CfnMetricStreamProps
  • 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.CfnMetricStreamProps

    CfnMetricStreamProps.Builder, CfnMetricStreamProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnMetricStreamProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that you specify here.
    final String
    The ARN of the Amazon Kinesis Firehose delivery stream to use for this metric stream.
    final Object
    If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here.
    final Object
    If you are creating a metric stream in a monitoring account, specify true to include metrics from source accounts that are linked to this monitoring account, in the metric stream.
    final String
    If you are creating a new metric stream, this is the name for the new stream.
    final String
    The output format for the stream.
    final String
    The ARN of an IAM role that this metric stream will use to access Amazon Kinesis Firehose resources.
    final Object
    By default, a metric stream always sends the MAX, MIN, SUM, and SAMPLECOUNT statistics for each metric that is streamed.
    final List<CfnTag>
    An array of key-value pairs to apply to the metric stream.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait