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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnSecurityProfile.MetricsExportConfigProperty
CfnSecurityProfile.MetricsExportConfigProperty.Builder, CfnSecurityProfile.MetricsExportConfigProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSecurityProfile.MetricsExportConfigProperty.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 StringThe MQTT topic that Device Defender Detect should publish messages to for metrics export.final StringThis role ARN has permission to publish MQTT messages, after which Device Defender Detect can assume the role and publish messages on your behalf.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 theCfnSecurityProfile.MetricsExportConfigProperty.Builder. 
 - 
 - 
Method Details
- 
getMqttTopic
Description copied from interface:CfnSecurityProfile.MetricsExportConfigPropertyThe MQTT topic that Device Defender Detect should publish messages to for metrics export.- Specified by:
 getMqttTopicin interfaceCfnSecurityProfile.MetricsExportConfigProperty- See Also:
 
 - 
getRoleArn
Description copied from interface:CfnSecurityProfile.MetricsExportConfigPropertyThis 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:
 getRoleArnin interfaceCfnSecurityProfile.MetricsExportConfigProperty- 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() 
 -