@Stability(value=Stable)
public static interface CfnSecurityProfile.AlertTargetProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
AlertTargetProperty alertTargetProperty = AlertTargetProperty.builder()
.alertTargetArn("alertTargetArn")
.roleArn("roleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSecurityProfile.AlertTargetProperty.Builder
A builder for
CfnSecurityProfile.AlertTargetProperty |
static class |
CfnSecurityProfile.AlertTargetProperty.Jsii$Proxy
An implementation for
CfnSecurityProfile.AlertTargetProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSecurityProfile.AlertTargetProperty.Builder |
builder() |
String |
getAlertTargetArn()
The Amazon Resource Name (ARN) of the notification target to which alerts are sent.
|
String |
getRoleArn()
The ARN of the role that grants permission to send alerts to the notification target.
|
@Stability(value=Stable) @NotNull String getAlertTargetArn()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) static CfnSecurityProfile.AlertTargetProperty.Builder builder()
Copyright © 2022. All rights reserved.