Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.opsworks.CfnInstancePropsMixin.Builder
Packages that use CfnInstancePropsMixin.Builder
-
Uses of CfnInstancePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.opsworks
Methods in software.amazon.awscdk.cfnpropertymixins.services.opsworks that return CfnInstancePropsMixin.BuilderModifier and TypeMethodDescriptionCfnInstancePropsMixin.Builder.agentVersion(String agentVersion) The default OpsWorks Stacks agent version.A custom AMI ID to be used to create the instance.CfnInstancePropsMixin.Builder.architecture(String architecture) The instance architecture.CfnInstancePropsMixin.Builder.autoScalingType(String autoScalingType) For load-based or time-based instances, the type.CfnInstancePropsMixin.Builder.availabilityZone(String availabilityZone) The Availability Zone of the OpsWorks instance, such asus-east-2a.CfnInstancePropsMixin.Builder.blockDeviceMappings(List<? extends Object> blockDeviceMappings) An array ofBlockDeviceMappingobjects that specify the instance's block devices.CfnInstancePropsMixin.Builder.blockDeviceMappings(IResolvable blockDeviceMappings) An array ofBlockDeviceMappingobjects that specify the instance's block devices.CfnInstancePropsMixin.Builder.create()CfnInstancePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnInstancePropsMixin.Builder.ebsOptimized(Boolean ebsOptimized) Whether to create an Amazon EBS-optimized instance.CfnInstancePropsMixin.Builder.ebsOptimized(IResolvable ebsOptimized) Whether to create an Amazon EBS-optimized instance.CfnInstancePropsMixin.Builder.elasticIps(List<String> elasticIps) A list of Elastic IP addresses to associate with the instance.The instance host name.CfnInstancePropsMixin.Builder.installUpdatesOnBoot(Boolean installUpdatesOnBoot) Whether to install operating system and package updates when the instance boots.CfnInstancePropsMixin.Builder.installUpdatesOnBoot(IResolvable installUpdatesOnBoot) Whether to install operating system and package updates when the instance boots.CfnInstancePropsMixin.Builder.instanceType(String instanceType) The instance type, such ast2.micro.An array that contains the instance's layer IDs.The instance's operating system, which must be set to one of the following.CfnInstancePropsMixin.Builder.rootDeviceType(String rootDeviceType) The instance root device type.CfnInstancePropsMixin.Builder.sshKeyName(String sshKeyName) The instance's Amazon EC2 key-pair name.The stack ID.The ID of the instance's subnet.The instance's tenancy option.CfnInstancePropsMixin.Builder.timeBasedAutoScaling(CfnInstancePropsMixin.TimeBasedAutoScalingProperty timeBasedAutoScaling) The time-based scaling configuration for the instance.CfnInstancePropsMixin.Builder.timeBasedAutoScaling(IResolvable timeBasedAutoScaling) The time-based scaling configuration for the instance.CfnInstancePropsMixin.Builder.virtualizationType(String virtualizationType) The instance's virtualization type,paravirtualorhvm.A list of OpsWorks volume IDs to associate with the instance.