@Stability(value=Stable)
public static interface CfnAutoScalingGroup.NotificationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.autoscaling.*;
NotificationConfigurationProperty notificationConfigurationProperty = NotificationConfigurationProperty.builder()
.topicArn("topicArn")
// the properties below are optional
.notificationTypes(List.of("notificationTypes"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAutoScalingGroup.NotificationConfigurationProperty.Builder
A builder for
CfnAutoScalingGroup.NotificationConfigurationProperty |
static class |
CfnAutoScalingGroup.NotificationConfigurationProperty.Jsii$Proxy
An implementation for
CfnAutoScalingGroup.NotificationConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAutoScalingGroup.NotificationConfigurationProperty.Builder |
builder() |
default List<String> |
getNotificationTypes()
`CfnAutoScalingGroup.NotificationConfigurationProperty.NotificationTypes`.
|
String |
getTopicArn()
`CfnAutoScalingGroup.NotificationConfigurationProperty.TopicARN`.
|
@Stability(value=Stable) @Nullable default List<String> getNotificationTypes()
@Stability(value=Stable) @NotNull String getTopicArn()
@Stability(value=Stable) static CfnAutoScalingGroup.NotificationConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.