| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BootstrapOptions.Jsii$Proxy
An implementation for
BootstrapOptions |
| Modifier and Type | Method and Description |
|---|---|
BootstrapOptions |
BootstrapOptions.Builder.build()
Builds the configured instance.
|
default BootstrapOptions |
AutoScalingGroupCapacityOptions.getBootstrapOptions()
(experimental) EKS node bootstrapping options.
|
BootstrapOptions |
AutoScalingGroupCapacityOptions.Jsii$Proxy.getBootstrapOptions() |
default BootstrapOptions |
AutoScalingGroupOptions.getBootstrapOptions()
(experimental) Allows options for node bootstrapping through EC2 user data.
|
BootstrapOptions |
AutoScalingGroupOptions.Jsii$Proxy.getBootstrapOptions() |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupCapacityOptions.Builder |
AutoScalingGroupCapacityOptions.Builder.bootstrapOptions(BootstrapOptions bootstrapOptions)
Sets the value of
AutoScalingGroupCapacityOptions.getBootstrapOptions() |
AutoScalingGroupOptions.Builder |
AutoScalingGroupOptions.Builder.bootstrapOptions(BootstrapOptions bootstrapOptions)
Sets the value of
AutoScalingGroupOptions.getBootstrapOptions() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean bootstrapEnabled,
BootstrapOptions bootstrapOptions,
MachineImageType machineImageType,
Boolean mapRole,
Boolean spotInterruptHandler)
Constructor that initializes the object based on literal property values passed by the
AutoScalingGroupOptions.Builder. |
Jsii$Proxy(InstanceType instanceType,
Boolean bootstrapEnabled,
BootstrapOptions bootstrapOptions,
MachineImageType machineImageType,
Boolean mapRole,
Boolean spotInterruptHandler,
Boolean allowAllOutbound,
Boolean associatePublicIpAddress,
String autoScalingGroupName,
List<? extends BlockDevice> blockDevices,
Duration cooldown,
Number desiredCapacity,
List<? extends GroupMetrics> groupMetrics,
HealthCheck healthCheck,
Boolean ignoreUnmodifiedSizeProperties,
Monitoring instanceMonitoring,
String keyName,
Number maxCapacity,
Duration maxInstanceLifetime,
Number minCapacity,
Boolean newInstancesProtectedFromScaleIn,
List<? extends NotificationConfiguration> notifications,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
AutoScalingGroupCapacityOptions.Builder. |
Copyright © 2021. All rights reserved.