Class CfnSecurityProfile.MetricsExportConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnSecurityProfile.MetricsExportConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSecurityProfile.MetricsExportConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSecurityProfile.MetricsExportConfigProperty
@Stability(Stable)
@Internal
public static final class CfnSecurityProfile.MetricsExportConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSecurityProfile.MetricsExportConfigProperty
An implementation for
CfnSecurityProfile.MetricsExportConfigProperty
-
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.iot.CfnSecurityProfile.MetricsExportConfigProperty
CfnSecurityProfile.MetricsExportConfigProperty.Builder, CfnSecurityProfile.MetricsExportConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSecurityProfile.MetricsExportConfigProperty.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The MQTT topic that Device Defender Detect should publish messages to for metrics export.final String
This role ARN has permission to publish MQTT messages, after which Device Defender Detect can assume the role and publish messages on your behalf.final int
hashCode()
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 theCfnSecurityProfile.MetricsExportConfigProperty.Builder
.
-
-
Method Details
-
getMqttTopic
Description copied from interface:CfnSecurityProfile.MetricsExportConfigProperty
The MQTT topic that Device Defender Detect should publish messages to for metrics export.- Specified by:
getMqttTopic
in interfaceCfnSecurityProfile.MetricsExportConfigProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnSecurityProfile.MetricsExportConfigProperty
This role ARN has permission to publish MQTT messages, after which Device Defender Detect can assume the role and publish messages on your behalf.- Specified by:
getRoleArn
in interfaceCfnSecurityProfile.MetricsExportConfigProperty
- See Also:
-
$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()
-