Interface CfnAccountAuditConfigurationPropsMixin.AuditNotificationTargetConfigurationsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAccountAuditConfigurationPropsMixin.AuditNotificationTargetConfigurationsProperty.Jsii$Proxy
- Enclosing class:
CfnAccountAuditConfigurationPropsMixin
@Stability(Stable)
public static interface CfnAccountAuditConfigurationPropsMixin.AuditNotificationTargetConfigurationsProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of the audit notification target.
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.*;
AuditNotificationTargetConfigurationsProperty auditNotificationTargetConfigurationsProperty = AuditNotificationTargetConfigurationsProperty.builder()
.sns(AuditNotificationTargetProperty.builder()
.enabled(false)
.roleArn("roleArn")
.targetArn("targetArn")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAccountAuditConfigurationPropsMixin.AuditNotificationTargetConfigurationsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSns
TheSnsnotification target.Returns union: either
IResolvableorCfnAccountAuditConfigurationPropsMixin.AuditNotificationTargetProperty- See Also:
-
builder
@Stability(Stable) static CfnAccountAuditConfigurationPropsMixin.AuditNotificationTargetConfigurationsProperty.Builder builder()
-