Interface CfnSecurityProfile.MetricsExportConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSecurityProfile.MetricsExportConfigProperty.Jsii$Proxy
Enclosing class:
CfnSecurityProfile

@Stability(Stable) public static interface CfnSecurityProfile.MetricsExportConfigProperty extends software.amazon.jsii.JsiiSerializable
Specifies the MQTT topic and role ARN required for metric export.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.iot.*;
 MetricsExportConfigProperty metricsExportConfigProperty = MetricsExportConfigProperty.builder()
         .mqttTopic("mqttTopic")
         .roleArn("roleArn")
         .build();
 

See Also: