Interface CfnSecurityProfilePropsMixin.AlertTargetProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSecurityProfilePropsMixin.AlertTargetProperty.Jsii$Proxy
- Enclosing class:
CfnSecurityProfilePropsMixin
@Stability(Stable)
public static interface CfnSecurityProfilePropsMixin.AlertTargetProperty
extends software.amazon.jsii.JsiiSerializable
A structure containing the alert target ARN and the role ARN.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.iot.*;
AlertTargetProperty alertTargetProperty = AlertTargetProperty.builder()
.alertTargetArn("alertTargetArn")
.roleArn("roleArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSecurityProfilePropsMixin.AlertTargetPropertystatic final classAn implementation forCfnSecurityProfilePropsMixin.AlertTargetProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlertTargetArn
The Amazon Resource Name (ARN) of the notification target to which alerts are sent.- See Also:
-
getRoleArn
The ARN of the role that grants permission to send alerts to the notification target.- See Also:
-
builder
-