Class CfnTopicRulePropsMixin.CloudwatchLogsActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.CloudwatchLogsActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRulePropsMixin.CloudwatchLogsActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRulePropsMixin.CloudwatchLogsActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRulePropsMixin.CloudwatchLogsActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRulePropsMixin.CloudwatchLogsActionProperty
An implementation for
CfnTopicRulePropsMixin.CloudwatchLogsActionProperty-
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.iot.CfnTopicRulePropsMixin.CloudwatchLogsActionProperty
CfnTopicRulePropsMixin.CloudwatchLogsActionProperty.Builder, CfnTopicRulePropsMixin.CloudwatchLogsActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRulePropsMixin.CloudwatchLogsActionProperty.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 batches of log records will be extracted and uploaded into CloudWatch.final StringThe CloudWatch log name.final StringThe IAM role that allows access to the CloudWatch log.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 theCfnTopicRulePropsMixin.CloudwatchLogsActionProperty.Builder.
-
-
Method Details
-
getBatchMode
Description copied from interface:CfnTopicRulePropsMixin.CloudwatchLogsActionPropertyIndicates whether batches of log records will be extracted and uploaded into CloudWatch.Returns union: either
BooleanorIResolvable- Specified by:
getBatchModein interfaceCfnTopicRulePropsMixin.CloudwatchLogsActionProperty- See Also:
-
getLogGroupName
Description copied from interface:CfnTopicRulePropsMixin.CloudwatchLogsActionPropertyThe CloudWatch log name.- Specified by:
getLogGroupNamein interfaceCfnTopicRulePropsMixin.CloudwatchLogsActionProperty- See Also:
-
getRoleArn
Description copied from interface:CfnTopicRulePropsMixin.CloudwatchLogsActionPropertyThe IAM role that allows access to the CloudWatch log.- Specified by:
getRoleArnin interfaceCfnTopicRulePropsMixin.CloudwatchLogsActionProperty- 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()
-