| Package | Description |
|---|---|
| software.amazon.awscdk.services.lightsail |
AWS::Lightsail Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnInstance.Builder |
CfnInstance.Builder.addOns(IResolvable addOns)
An array of add-ons for the instance.
|
CfnInstance.Builder |
CfnInstance.Builder.addOns(List<? extends Object> addOns)
An array of add-ons for the instance.
|
CfnInstance.Builder |
CfnInstance.Builder.availabilityZone(String availabilityZone)
The Availability Zone for the instance.
|
CfnInstance.Builder |
CfnInstance.Builder.blueprintId(String blueprintId)
The blueprint ID for the instance (for example, `os_amlinux_2016_03` ).
|
CfnInstance.Builder |
CfnInstance.Builder.bundleId(String bundleId)
The bundle ID for the instance (for example, `micro_1_0` ).
|
static CfnInstance.Builder |
CfnInstance.Builder.create(software.constructs.Construct scope,
String id) |
CfnInstance.Builder |
CfnInstance.Builder.hardware(CfnInstance.HardwareProperty hardware)
The hardware properties for the instance, such as the vCPU count, attached disks, and amount of RAM.
|
CfnInstance.Builder |
CfnInstance.Builder.hardware(IResolvable hardware)
The hardware properties for the instance, such as the vCPU count, attached disks, and amount of RAM.
|
CfnInstance.Builder |
CfnInstance.Builder.instanceName(String instanceName)
The name of the instance.
|
CfnInstance.Builder |
CfnInstance.Builder.keyPairName(String keyPairName)
The name of the key pair to use for the instance.
|
CfnInstance.Builder |
CfnInstance.Builder.networking(CfnInstance.NetworkingProperty networking)
The public ports and the monthly amount of data transfer allocated for the instance.
|
CfnInstance.Builder |
CfnInstance.Builder.networking(IResolvable networking)
The public ports and the monthly amount of data transfer allocated for the instance.
|
CfnInstance.Builder |
CfnInstance.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnInstance.Builder |
CfnInstance.Builder.userData(String userData)
The optional launch script for the instance.
|
Copyright © 2022. All rights reserved.