Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.lightsail.CfnInstancePropsMixin.Builder
Packages that use CfnInstancePropsMixin.Builder
-
Uses of CfnInstancePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.lightsail
Methods in software.amazon.awscdk.cfnpropertymixins.services.lightsail that return CfnInstancePropsMixin.BuilderModifier and TypeMethodDescriptionAn array of add-ons for the instance.CfnInstancePropsMixin.Builder.addOns(IResolvable addOns) An array of add-ons for the instance.CfnInstancePropsMixin.Builder.availabilityZone(String availabilityZone) The Availability Zone for the instance.CfnInstancePropsMixin.Builder.blueprintId(String blueprintId) The blueprint ID for the instance (for example,os_amlinux_2016_03).The bundle ID for the instance (for example,micro_1_0).CfnInstancePropsMixin.Builder.create()CfnInstancePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnInstancePropsMixin.Builder.hardware(CfnInstancePropsMixin.HardwareProperty hardware) The hardware properties for the instance, such as the vCPU count, attached disks, and amount of RAM.CfnInstancePropsMixin.Builder.hardware(IResolvable hardware) The hardware properties for the instance, such as the vCPU count, attached disks, and amount of RAM.CfnInstancePropsMixin.Builder.instanceName(String instanceName) The name of the instance.CfnInstancePropsMixin.Builder.keyPairName(String keyPairName) The name of the key pair to use for the instance.CfnInstancePropsMixin.Builder.location(CfnInstancePropsMixin.LocationProperty location) The location for the instance, such as the AWS Region and Availability Zone.CfnInstancePropsMixin.Builder.location(IResolvable location) The location for the instance, such as the AWS Region and Availability Zone.CfnInstancePropsMixin.Builder.networking(CfnInstancePropsMixin.NetworkingProperty networking) The public ports and the monthly amount of data transfer allocated for the instance.CfnInstancePropsMixin.Builder.networking(IResolvable networking) The public ports and the monthly amount of data transfer allocated for the instance.CfnInstancePropsMixin.Builder.state(CfnInstancePropsMixin.StateProperty state) The status code and the state (for example,running) of the instance.CfnInstancePropsMixin.Builder.state(IResolvable state) The status code and the state (for example,running) of the instance.An array of key-value pairs to apply to this resource.The optional launch script for the instance.