Class CfnDeliveryStreamPropsMixin.CloudWatchLoggingOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.CloudWatchLoggingOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStreamPropsMixin.CloudWatchLoggingOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStreamPropsMixin.CloudWatchLoggingOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDeliveryStreamPropsMixin.CloudWatchLoggingOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliveryStreamPropsMixin.CloudWatchLoggingOptionsProperty
An implementation for
CfnDeliveryStreamPropsMixin.CloudWatchLoggingOptionsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.CloudWatchLoggingOptionsProperty
CfnDeliveryStreamPropsMixin.CloudWatchLoggingOptionsProperty.Builder, CfnDeliveryStreamPropsMixin.CloudWatchLoggingOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliveryStreamPropsMixin.CloudWatchLoggingOptionsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectIndicates whether CloudWatch Logs logging is enabled.final ObjectThe name of the CloudWatch Logs log group that contains the log stream that Kinesis Data Firehose will use.final ObjectThe name of the CloudWatch Logs log stream that Kinesis Data Firehose uses to send logs about data delivery.final inthashCode()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 theCfnDeliveryStreamPropsMixin.CloudWatchLoggingOptionsProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnDeliveryStreamPropsMixin.CloudWatchLoggingOptionsPropertyIndicates whether CloudWatch Logs logging is enabled.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnDeliveryStreamPropsMixin.CloudWatchLoggingOptionsProperty- See Also:
-
getLogGroupName
Description copied from interface:CfnDeliveryStreamPropsMixin.CloudWatchLoggingOptionsPropertyThe name of the CloudWatch Logs log group that contains the log stream that Kinesis Data Firehose will use.Conditional. If you enable logging, you must specify this property.
Returns union: either
StringorILogGroupRef- Specified by:
getLogGroupNamein interfaceCfnDeliveryStreamPropsMixin.CloudWatchLoggingOptionsProperty- See Also:
-
getLogStreamName
Description copied from interface:CfnDeliveryStreamPropsMixin.CloudWatchLoggingOptionsPropertyThe name of the CloudWatch Logs log stream that Kinesis Data Firehose uses to send logs about data delivery.Conditional. If you enable logging, you must specify this property.
Returns union: either
StringorILogGroupReforILogStreamRef- Specified by:
getLogStreamNamein interfaceCfnDeliveryStreamPropsMixin.CloudWatchLoggingOptionsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-