| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationConfiguration.Jsii$Proxy
An implementation for
NotificationConfiguration |
| Modifier and Type | Method and Description |
|---|---|
NotificationConfiguration |
NotificationConfiguration.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationConfiguration> |
AutoScalingGroupProps.Jsii$Proxy.getNotifications() |
default List<NotificationConfiguration> |
CommonAutoScalingGroupProps.getNotifications()
Configure autoscaling group to send notifications about fleet changes to an SNS topic(s).
|
List<NotificationConfiguration> |
CommonAutoScalingGroupProps.Jsii$Proxy.getNotifications() |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupProps.Builder |
AutoScalingGroupProps.Builder.notifications(List<? extends NotificationConfiguration> notifications)
Sets the value of
CommonAutoScalingGroupProps.getNotifications() |
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.notifications(List<? extends NotificationConfiguration> notifications)
Configure autoscaling group to send notifications about fleet changes to an SNS topic(s).
|
CommonAutoScalingGroupProps.Builder |
CommonAutoScalingGroupProps.Builder.notifications(List<? extends NotificationConfiguration> notifications)
Sets the value of
CommonAutoScalingGroupProps.getNotifications() |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationConfiguration> |
AddCapacityOptions.Jsii$Proxy.getNotifications() |
| Modifier and Type | Method and Description |
|---|---|
AddCapacityOptions.Builder |
AddCapacityOptions.Builder.notifications(List<? extends NotificationConfiguration> notifications)
Sets the value of
CommonAutoScalingGroupProps.getNotifications() |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationConfiguration> |
AutoScalingGroupCapacityOptions.Jsii$Proxy.getNotifications() |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupCapacityOptions.Builder |
AutoScalingGroupCapacityOptions.Builder.notifications(List<? extends NotificationConfiguration> notifications)
Sets the value of
CommonAutoScalingGroupProps.getNotifications() |
Copyright © 2022. All rights reserved.