Struct aws_sdk_ec2::operation::run_instances::RunInstancesInput
source · #[non_exhaustive]pub struct RunInstancesInput {Show 40 fields
pub block_device_mappings: Option<Vec<BlockDeviceMapping>>,
pub image_id: Option<String>,
pub instance_type: Option<InstanceType>,
pub ipv6_address_count: Option<i32>,
pub ipv6_addresses: Option<Vec<InstanceIpv6Address>>,
pub kernel_id: Option<String>,
pub key_name: Option<String>,
pub max_count: Option<i32>,
pub min_count: Option<i32>,
pub monitoring: Option<RunInstancesMonitoringEnabled>,
pub placement: Option<Placement>,
pub ramdisk_id: Option<String>,
pub security_group_ids: Option<Vec<String>>,
pub security_groups: Option<Vec<String>>,
pub subnet_id: Option<String>,
pub user_data: Option<String>,
pub additional_info: Option<String>,
pub client_token: Option<String>,
pub disable_api_termination: Option<bool>,
pub dry_run: Option<bool>,
pub ebs_optimized: Option<bool>,
pub iam_instance_profile: Option<IamInstanceProfileSpecification>,
pub instance_initiated_shutdown_behavior: Option<ShutdownBehavior>,
pub network_interfaces: Option<Vec<InstanceNetworkInterfaceSpecification>>,
pub private_ip_address: Option<String>,
pub elastic_gpu_specification: Option<Vec<ElasticGpuSpecification>>,
pub elastic_inference_accelerators: Option<Vec<ElasticInferenceAccelerator>>,
pub tag_specifications: Option<Vec<TagSpecification>>,
pub launch_template: Option<LaunchTemplateSpecification>,
pub instance_market_options: Option<InstanceMarketOptionsRequest>,
pub credit_specification: Option<CreditSpecificationRequest>,
pub cpu_options: Option<CpuOptionsRequest>,
pub capacity_reservation_specification: Option<CapacityReservationSpecification>,
pub hibernation_options: Option<HibernationOptionsRequest>,
pub license_specifications: Option<Vec<LicenseConfigurationRequest>>,
pub metadata_options: Option<InstanceMetadataOptionsRequest>,
pub enclave_options: Option<EnclaveOptionsRequest>,
pub private_dns_name_options: Option<PrivateDnsNameOptionsRequest>,
pub maintenance_options: Option<InstanceMaintenanceOptionsRequest>,
pub disable_api_stop: Option<bool>,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.block_device_mappings: Option<Vec<BlockDeviceMapping>>
The block device mapping, which defines the EBS volumes and instance store volumes to attach to the instance at launch. For more information, see Block device mappings in the Amazon EC2 User Guide.
image_id: Option<String>
The ID of the AMI. An AMI ID is required to launch an instance and must be specified here or in a launch template.
instance_type: Option<InstanceType>
The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
ipv6_address_count: Option<i32>
The number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch.
You cannot specify this option and the network interfaces option in the same request.
ipv6_addresses: Option<Vec<InstanceIpv6Address>>
The IPv6 addresses from the range of the subnet to associate with the primary network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.
You cannot specify this option and the network interfaces option in the same request.
kernel_id: Option<String>
The ID of the kernel.
We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide.
key_name: Option<String>
The name of the key pair. You can create a key pair using CreateKeyPair or ImportKeyPair.
If you do not specify a key pair, you can't connect to the instance unless you choose an AMI that is configured to allow users another way to log in.
max_count: Option<i32>
The maximum number of instances to launch. If you specify more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the largest possible number of instances above MinCount
.
Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see How many instances can I run in Amazon EC2 in the Amazon EC2 FAQ.
min_count: Option<i32>
The minimum number of instances to launch. If you specify a minimum that is more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches no instances.
Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see How many instances can I run in Amazon EC2 in the Amazon EC2 General FAQ.
monitoring: Option<RunInstancesMonitoringEnabled>
Specifies whether detailed monitoring is enabled for the instance.
placement: Option<Placement>
The placement for the instance.
ramdisk_id: Option<String>
The ID of the RAM disk to select. Some kernels require additional drivers at launch. Check the kernel requirements for information about whether you need to specify a RAM disk. To find kernel requirements, go to the Amazon Web Services Resource Center and search for the kernel ID.
We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide.
security_group_ids: Option<Vec<String>>
The IDs of the security groups. You can create a security group using CreateSecurityGroup.
If you specify a network interface, you must specify any security groups as part of the network interface.
security_groups: Option<Vec<String>>
[Default VPC] The names of the security groups.
If you specify a network interface, you must specify any security groups as part of the network interface.
Default: Amazon EC2 uses the default security group.
subnet_id: Option<String>
The ID of the subnet to launch the instance into.
If you specify a network interface, you must specify any subnets as part of the network interface.
user_data: Option<String>
The user data script to make available to the instance. For more information, see Run commands on your Linux instance at launch and Run commands on your Windows instance at launch. If you are using a command line tool, base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide base64-encoded text. User data is limited to 16 KB.
additional_info: Option<String>
Reserved.
client_token: Option<String>
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
For more information, see Ensuring Idempotency.
Constraints: Maximum 64 ASCII characters
disable_api_termination: Option<bool>
If you set this parameter to true
, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after launch, use ModifyInstanceAttribute. Alternatively, if you set InstanceInitiatedShutdownBehavior
to terminate
, you can terminate the instance by running the shutdown command from the instance.
Default: false
dry_run: Option<bool>
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
ebs_optimized: Option<bool>
Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.
Default: false
iam_instance_profile: Option<IamInstanceProfileSpecification>
The name or Amazon Resource Name (ARN) of an IAM instance profile.
instance_initiated_shutdown_behavior: Option<ShutdownBehavior>
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
Default: stop
network_interfaces: Option<Vec<InstanceNetworkInterfaceSpecification>>
The network interfaces to associate with the instance. If you specify a network interface, you must specify any security groups and subnets as part of the network interface.
private_ip_address: Option<String>
The primary IPv4 address. You must specify a value from the IPv4 address range of the subnet.
Only one private IP address can be designated as primary. You can't specify this option if you've specified the option to designate a private IP address as the primary IP address in a network interface specification. You cannot specify this option if you're launching more than one instance in the request.
You cannot specify this option and the network interfaces option in the same request.
elastic_gpu_specification: Option<Vec<ElasticGpuSpecification>>
An elastic GPU to associate with the instance. An Elastic GPU is a GPU resource that you can attach to your Windows instance to accelerate the graphics performance of your applications. For more information, see Amazon EC2 Elastic GPUs in the Amazon EC2 User Guide.
elastic_inference_accelerators: Option<Vec<ElasticInferenceAccelerator>>
An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.
You cannot specify accelerators from different generations in the same request.
Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
tag_specifications: Option<Vec<TagSpecification>>
The tags to apply to the resources that are created during instance launch.
You can specify tags for the following resources only:
-
Instances
-
Volumes
-
Elastic graphics
-
Spot Instance requests
-
Network interfaces
To tag a resource after it has been created, see CreateTags.
launch_template: Option<LaunchTemplateSpecification>
The launch template to use to launch the instances. Any parameters that you specify in RunInstances
override the same parameters in the launch template. You can specify either the name or ID of a launch template, but not both.
instance_market_options: Option<InstanceMarketOptionsRequest>
The market (purchasing) option for the instances.
For RunInstances
, persistent Spot Instance requests are only supported when InstanceInterruptionBehavior is set to either hibernate
or stop
.
credit_specification: Option<CreditSpecificationRequest>
The credit option for CPU usage of the burstable performance instance. Valid values are standard
and unlimited
. To change this attribute after launch, use ModifyInstanceCreditSpecification. For more information, see Burstable performance instances in the Amazon EC2 User Guide.
Default: standard
(T2 instances) or unlimited
(T3/T3a/T4g instances)
For T3 instances with host
tenancy, only standard
is supported.
cpu_options: Option<CpuOptionsRequest>
The CPU options for the instance. For more information, see Optimize CPU options in the Amazon EC2 User Guide.
capacity_reservation_specification: Option<CapacityReservationSpecification>
Information about the Capacity Reservation targeting option. If you do not specify this parameter, the instance's Capacity Reservation preference defaults to open
, which enables it to run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).
hibernation_options: Option<HibernationOptionsRequest>
Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon EC2 User Guide.
You can't enable hibernation and Amazon Web Services Nitro Enclaves on the same instance.
license_specifications: Option<Vec<LicenseConfigurationRequest>>
The license configurations.
metadata_options: Option<InstanceMetadataOptionsRequest>
The metadata options for the instance. For more information, see Instance metadata and user data.
enclave_options: Option<EnclaveOptionsRequest>
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide.
You can't enable Amazon Web Services Nitro Enclaves and hibernation on the same instance.
private_dns_name_options: Option<PrivateDnsNameOptionsRequest>
The options for the instance hostname. The default values are inherited from the subnet. Applies only if creating a network interface, not attaching an existing one.
maintenance_options: Option<InstanceMaintenanceOptionsRequest>
The maintenance and recovery options for the instance.
disable_api_stop: Option<bool>
Indicates whether an instance is enabled for stop protection. For more information, see Stop protection.
Implementations§
source§impl RunInstancesInput
impl RunInstancesInput
sourcepub fn block_device_mappings(&self) -> Option<&[BlockDeviceMapping]>
pub fn block_device_mappings(&self) -> Option<&[BlockDeviceMapping]>
The block device mapping, which defines the EBS volumes and instance store volumes to attach to the instance at launch. For more information, see Block device mappings in the Amazon EC2 User Guide.
sourcepub fn image_id(&self) -> Option<&str>
pub fn image_id(&self) -> Option<&str>
The ID of the AMI. An AMI ID is required to launch an instance and must be specified here or in a launch template.
sourcepub fn instance_type(&self) -> Option<&InstanceType>
pub fn instance_type(&self) -> Option<&InstanceType>
The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
sourcepub fn ipv6_address_count(&self) -> Option<i32>
pub fn ipv6_address_count(&self) -> Option<i32>
The number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch.
You cannot specify this option and the network interfaces option in the same request.
sourcepub fn ipv6_addresses(&self) -> Option<&[InstanceIpv6Address]>
pub fn ipv6_addresses(&self) -> Option<&[InstanceIpv6Address]>
The IPv6 addresses from the range of the subnet to associate with the primary network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.
You cannot specify this option and the network interfaces option in the same request.
sourcepub fn kernel_id(&self) -> Option<&str>
pub fn kernel_id(&self) -> Option<&str>
The ID of the kernel.
We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide.
sourcepub fn key_name(&self) -> Option<&str>
pub fn key_name(&self) -> Option<&str>
The name of the key pair. You can create a key pair using CreateKeyPair or ImportKeyPair.
If you do not specify a key pair, you can't connect to the instance unless you choose an AMI that is configured to allow users another way to log in.
sourcepub fn max_count(&self) -> Option<i32>
pub fn max_count(&self) -> Option<i32>
The maximum number of instances to launch. If you specify more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the largest possible number of instances above MinCount
.
Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see How many instances can I run in Amazon EC2 in the Amazon EC2 FAQ.
sourcepub fn min_count(&self) -> Option<i32>
pub fn min_count(&self) -> Option<i32>
The minimum number of instances to launch. If you specify a minimum that is more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches no instances.
Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see How many instances can I run in Amazon EC2 in the Amazon EC2 General FAQ.
sourcepub fn monitoring(&self) -> Option<&RunInstancesMonitoringEnabled>
pub fn monitoring(&self) -> Option<&RunInstancesMonitoringEnabled>
Specifies whether detailed monitoring is enabled for the instance.
sourcepub fn ramdisk_id(&self) -> Option<&str>
pub fn ramdisk_id(&self) -> Option<&str>
The ID of the RAM disk to select. Some kernels require additional drivers at launch. Check the kernel requirements for information about whether you need to specify a RAM disk. To find kernel requirements, go to the Amazon Web Services Resource Center and search for the kernel ID.
We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide.
sourcepub fn security_group_ids(&self) -> Option<&[String]>
pub fn security_group_ids(&self) -> Option<&[String]>
The IDs of the security groups. You can create a security group using CreateSecurityGroup.
If you specify a network interface, you must specify any security groups as part of the network interface.
sourcepub fn security_groups(&self) -> Option<&[String]>
pub fn security_groups(&self) -> Option<&[String]>
[Default VPC] The names of the security groups.
If you specify a network interface, you must specify any security groups as part of the network interface.
Default: Amazon EC2 uses the default security group.
sourcepub fn subnet_id(&self) -> Option<&str>
pub fn subnet_id(&self) -> Option<&str>
The ID of the subnet to launch the instance into.
If you specify a network interface, you must specify any subnets as part of the network interface.
sourcepub fn user_data(&self) -> Option<&str>
pub fn user_data(&self) -> Option<&str>
The user data script to make available to the instance. For more information, see Run commands on your Linux instance at launch and Run commands on your Windows instance at launch. If you are using a command line tool, base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide base64-encoded text. User data is limited to 16 KB.
sourcepub fn additional_info(&self) -> Option<&str>
pub fn additional_info(&self) -> Option<&str>
Reserved.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
For more information, see Ensuring Idempotency.
Constraints: Maximum 64 ASCII characters
sourcepub fn disable_api_termination(&self) -> Option<bool>
pub fn disable_api_termination(&self) -> Option<bool>
If you set this parameter to true
, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after launch, use ModifyInstanceAttribute. Alternatively, if you set InstanceInitiatedShutdownBehavior
to terminate
, you can terminate the instance by running the shutdown command from the instance.
Default: false
sourcepub fn dry_run(&self) -> Option<bool>
pub fn dry_run(&self) -> Option<bool>
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn ebs_optimized(&self) -> Option<bool>
pub fn ebs_optimized(&self) -> Option<bool>
Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.
Default: false
sourcepub fn iam_instance_profile(&self) -> Option<&IamInstanceProfileSpecification>
pub fn iam_instance_profile(&self) -> Option<&IamInstanceProfileSpecification>
The name or Amazon Resource Name (ARN) of an IAM instance profile.
sourcepub fn instance_initiated_shutdown_behavior(&self) -> Option<&ShutdownBehavior>
pub fn instance_initiated_shutdown_behavior(&self) -> Option<&ShutdownBehavior>
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
Default: stop
sourcepub fn network_interfaces(
&self
) -> Option<&[InstanceNetworkInterfaceSpecification]>
pub fn network_interfaces( &self ) -> Option<&[InstanceNetworkInterfaceSpecification]>
The network interfaces to associate with the instance. If you specify a network interface, you must specify any security groups and subnets as part of the network interface.
sourcepub fn private_ip_address(&self) -> Option<&str>
pub fn private_ip_address(&self) -> Option<&str>
The primary IPv4 address. You must specify a value from the IPv4 address range of the subnet.
Only one private IP address can be designated as primary. You can't specify this option if you've specified the option to designate a private IP address as the primary IP address in a network interface specification. You cannot specify this option if you're launching more than one instance in the request.
You cannot specify this option and the network interfaces option in the same request.
sourcepub fn elastic_gpu_specification(&self) -> Option<&[ElasticGpuSpecification]>
pub fn elastic_gpu_specification(&self) -> Option<&[ElasticGpuSpecification]>
An elastic GPU to associate with the instance. An Elastic GPU is a GPU resource that you can attach to your Windows instance to accelerate the graphics performance of your applications. For more information, see Amazon EC2 Elastic GPUs in the Amazon EC2 User Guide.
sourcepub fn elastic_inference_accelerators(
&self
) -> Option<&[ElasticInferenceAccelerator]>
pub fn elastic_inference_accelerators( &self ) -> Option<&[ElasticInferenceAccelerator]>
An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.
You cannot specify accelerators from different generations in the same request.
Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
sourcepub fn tag_specifications(&self) -> Option<&[TagSpecification]>
pub fn tag_specifications(&self) -> Option<&[TagSpecification]>
The tags to apply to the resources that are created during instance launch.
You can specify tags for the following resources only:
-
Instances
-
Volumes
-
Elastic graphics
-
Spot Instance requests
-
Network interfaces
To tag a resource after it has been created, see CreateTags.
sourcepub fn launch_template(&self) -> Option<&LaunchTemplateSpecification>
pub fn launch_template(&self) -> Option<&LaunchTemplateSpecification>
The launch template to use to launch the instances. Any parameters that you specify in RunInstances
override the same parameters in the launch template. You can specify either the name or ID of a launch template, but not both.
sourcepub fn instance_market_options(&self) -> Option<&InstanceMarketOptionsRequest>
pub fn instance_market_options(&self) -> Option<&InstanceMarketOptionsRequest>
The market (purchasing) option for the instances.
For RunInstances
, persistent Spot Instance requests are only supported when InstanceInterruptionBehavior is set to either hibernate
or stop
.
sourcepub fn credit_specification(&self) -> Option<&CreditSpecificationRequest>
pub fn credit_specification(&self) -> Option<&CreditSpecificationRequest>
The credit option for CPU usage of the burstable performance instance. Valid values are standard
and unlimited
. To change this attribute after launch, use ModifyInstanceCreditSpecification. For more information, see Burstable performance instances in the Amazon EC2 User Guide.
Default: standard
(T2 instances) or unlimited
(T3/T3a/T4g instances)
For T3 instances with host
tenancy, only standard
is supported.
sourcepub fn cpu_options(&self) -> Option<&CpuOptionsRequest>
pub fn cpu_options(&self) -> Option<&CpuOptionsRequest>
The CPU options for the instance. For more information, see Optimize CPU options in the Amazon EC2 User Guide.
sourcepub fn capacity_reservation_specification(
&self
) -> Option<&CapacityReservationSpecification>
pub fn capacity_reservation_specification( &self ) -> Option<&CapacityReservationSpecification>
Information about the Capacity Reservation targeting option. If you do not specify this parameter, the instance's Capacity Reservation preference defaults to open
, which enables it to run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).
sourcepub fn hibernation_options(&self) -> Option<&HibernationOptionsRequest>
pub fn hibernation_options(&self) -> Option<&HibernationOptionsRequest>
Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon EC2 User Guide.
You can't enable hibernation and Amazon Web Services Nitro Enclaves on the same instance.
sourcepub fn license_specifications(&self) -> Option<&[LicenseConfigurationRequest]>
pub fn license_specifications(&self) -> Option<&[LicenseConfigurationRequest]>
The license configurations.
sourcepub fn metadata_options(&self) -> Option<&InstanceMetadataOptionsRequest>
pub fn metadata_options(&self) -> Option<&InstanceMetadataOptionsRequest>
The metadata options for the instance. For more information, see Instance metadata and user data.
sourcepub fn enclave_options(&self) -> Option<&EnclaveOptionsRequest>
pub fn enclave_options(&self) -> Option<&EnclaveOptionsRequest>
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide.
You can't enable Amazon Web Services Nitro Enclaves and hibernation on the same instance.
sourcepub fn private_dns_name_options(&self) -> Option<&PrivateDnsNameOptionsRequest>
pub fn private_dns_name_options(&self) -> Option<&PrivateDnsNameOptionsRequest>
The options for the instance hostname. The default values are inherited from the subnet. Applies only if creating a network interface, not attaching an existing one.
sourcepub fn maintenance_options(&self) -> Option<&InstanceMaintenanceOptionsRequest>
pub fn maintenance_options(&self) -> Option<&InstanceMaintenanceOptionsRequest>
The maintenance and recovery options for the instance.
sourcepub fn disable_api_stop(&self) -> Option<bool>
pub fn disable_api_stop(&self) -> Option<bool>
Indicates whether an instance is enabled for stop protection. For more information, see Stop protection.
source§impl RunInstancesInput
impl RunInstancesInput
sourcepub fn builder() -> RunInstancesInputBuilder
pub fn builder() -> RunInstancesInputBuilder
Creates a new builder-style object to manufacture RunInstancesInput
.
Trait Implementations§
source§impl Clone for RunInstancesInput
impl Clone for RunInstancesInput
source§fn clone(&self) -> RunInstancesInput
fn clone(&self) -> RunInstancesInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for RunInstancesInput
impl Debug for RunInstancesInput
source§impl PartialEq<RunInstancesInput> for RunInstancesInput
impl PartialEq<RunInstancesInput> for RunInstancesInput
source§fn eq(&self, other: &RunInstancesInput) -> bool
fn eq(&self, other: &RunInstancesInput) -> bool
self
and other
values to be equal, and is used
by ==
.