Class: MintPress::Aws::EC2::LaunchTemplateDatum
- Inherits:
-
Object
- Object
- MintPress::Aws::EC2::LaunchTemplateDatum
- Includes:
- MintLogger, AwsCommon, Mixins::Properties
- Defined in:
- src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb
Properties (Read/Write)
-
#block_device_mappings ⇒ Array of ⇒ [MintPress::Aws::EC2::LaunchTemplateBlockDeviceMapping]
'The block device mappings.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'block_device_mappings'
- create_launch_template_prop ⇒ 'block_device_mappings'
- create_launch_template_version_prop ⇒ 'block_device_mappings'
30
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 30 property :block_device_mappings, disposition: :attribute, description: 'The block device mappings.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'block_device_mappings', type: [MintPress::Aws::EC2::LaunchTemplateBlockDeviceMapping], create_launch_template_prop: 'block_device_mappings', array: true, create_launch_template_version_prop: 'block_device_mappings'
-
#capacity_reservation ⇒ [MintPress::Aws::EC2::LaunchTemplateCapacityReservation] (Default Value: MintPress::Aws::EC2::LaunchTemplateCapacityReservation.new)
'Information about the Capacity Reservation targeting option.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'capacity_reservation_specification'
- create_launch_template_prop ⇒ 'capacity_reservation_specification'
- default ⇒ MintPress::Aws::EC2::LaunchTemplateCapacityReservation.new
- create_launch_template_version_prop ⇒ 'capacity_reservation_specification'
31
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 31 property :capacity_reservation, disposition: :attribute, description: 'Information about the Capacity Reservation targeting option.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'capacity_reservation_specification', type: [MintPress::Aws::EC2::LaunchTemplateCapacityReservation], create_launch_template_prop: 'capacity_reservation_specification', default: MintPress::Aws::EC2::LaunchTemplateCapacityReservation.new, create_launch_template_version_prop: 'capacity_reservation_specification'
-
#cpu_options ⇒ [MintPress::Aws::EC2::LaunchTemplateCpuOption] (Default Value: MintPress::Aws::EC2::LaunchTemplateCpuOption.new)
'The CPU options for the instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'cpu_options'
- create_launch_template_prop ⇒ 'cpu_options'
- default ⇒ MintPress::Aws::EC2::LaunchTemplateCpuOption.new
- create_launch_template_version_prop ⇒ 'cpu_options'
32
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 32 property :cpu_options, disposition: :attribute, description: 'The CPU options for the instance.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'cpu_options', type: [MintPress::Aws::EC2::LaunchTemplateCpuOption], create_launch_template_prop: 'cpu_options', default: MintPress::Aws::EC2::LaunchTemplateCpuOption.new, create_launch_template_version_prop: 'cpu_options'
-
#credit ⇒ [String]
'The credit option for CPU usage of the instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'credit_specification'
- create_launch_template_prop ⇒ "credit_specification.cpu_credits"
- create_launch_template_version_prop ⇒ "credit_specification.cpu_credits"
33
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 33 property :credit, disposition: :attribute, description: 'The credit option for CPU usage of the instance.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'credit_specification', type: [String], create_launch_template_prop: "credit_specification.cpu_credits", create_launch_template_version_prop: "credit_specification.cpu_credits"
-
#disable_api_termination ⇒ [TrueClass,FalseClass]
'If set to true, indicates that the instance cannot be terminated using the Amazon EC2 console, command line tool, or API.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'disable_api_termination'
- create_launch_template_prop ⇒ 'disable_api_termination'
- create_launch_template_version_prop ⇒ 'disable_api_termination'
34
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 34 property :disable_api_termination, disposition: :attribute, description: 'If set to true, indicates that the instance cannot be terminated using the Amazon EC2 console, command line tool, or API.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'disable_api_termination', type: [TrueClass,FalseClass], create_launch_template_prop: 'disable_api_termination', create_launch_template_version_prop: 'disable_api_termination'
-
#ebs_optimized ⇒ [TrueClass,FalseClass]
'Indicates whether the instance is optimized for Amazon EBS I/O.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'ebs_optimized'
- create_launch_template_prop ⇒ 'ebs_optimized'
- create_launch_template_version_prop ⇒ 'ebs_optimized'
35
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 35 property :ebs_optimized, disposition: :attribute, description: 'Indicates whether the instance is optimized for Amazon EBS I/O.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'ebs_optimized', type: [TrueClass,FalseClass], create_launch_template_prop: 'ebs_optimized', create_launch_template_version_prop: 'ebs_optimized'
-
#elastic_gpus ⇒ Hash of ⇒ [MintPress::Aws::EC2::ElasticGpu]
'The elastic GPU specification.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'elastic_gpu_specifications'
- create_launch_template_prop ⇒ 'elastic_gpu_specifications'
- create_launch_template_version_prop ⇒ 'elastic_gpu_specifications'
36
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 36 property :elastic_gpus, disposition: :attribute, description: 'The elastic GPU specification.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'elastic_gpu_specifications', type: [MintPress::Aws::EC2::ElasticGpu], create_launch_template_prop: 'elastic_gpu_specifications', array: false, create_launch_template_version_prop: 'elastic_gpu_specifications', hash: true
-
#elastic_inference_accelerators ⇒ Array of ⇒ [MintPress::Aws::EC2::LaunchTemplateElasticInferenceAccelerator]
'The elastic inference accelerator for the instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'elastic_inference_accelerators'
- create_launch_template_prop ⇒ 'elastic_inference_accelerators'
- create_launch_template_version_prop ⇒ 'elastic_inference_accelerators'
37
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 37 property :elastic_inference_accelerators, disposition: :attribute, description: 'The elastic inference accelerator for the instance.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'elastic_inference_accelerators', type: [MintPress::Aws::EC2::LaunchTemplateElasticInferenceAccelerator], create_launch_template_prop: 'elastic_inference_accelerators', array: true, create_launch_template_version_prop: 'elastic_inference_accelerators'
-
#enclave_options ⇒ [TrueClass,FalseClass]
'Indicates whether the instance is enabled for AWS Nitro Enclaves.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'enclave_options'
- create_launch_template_prop ⇒ "enclave_options.enabled"
- create_launch_template_version_prop ⇒ "enclave_options.enabled"
38
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 38 property :enclave_options, disposition: :attribute, description: 'Indicates whether the instance is enabled for AWS Nitro Enclaves.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'enclave_options', type: [TrueClass,FalseClass], create_launch_template_prop: "enclave_options.enabled", create_launch_template_version_prop: "enclave_options.enabled"
-
#hibernation_options ⇒ [TrueClass,FalseClass]
'Indicates whether an instance is configured for hibernation.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'hibernation_options'
- create_launch_template_prop ⇒ "hibernation_options.configured"
- create_launch_template_version_prop ⇒ "hibernation_options.configured"
39
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 39 property :hibernation_options, disposition: :attribute, description: 'Indicates whether an instance is configured for hibernation.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'hibernation_options', type: [TrueClass,FalseClass], create_launch_template_prop: "hibernation_options.configured", create_launch_template_version_prop: "hibernation_options.configured"
-
#iam_instance_profile ⇒ [MintPress::Aws::EC2::LaunchTemplateIamInstanceProfile] (Default Value: MintPress::Aws::EC2::LaunchTemplateIamInstanceProfile.new)
'The IAM instance profile.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'iam_instance_profile'
- create_launch_template_prop ⇒ 'iam_instance_profile'
- default ⇒ MintPress::Aws::EC2::LaunchTemplateIamInstanceProfile.new
- create_launch_template_version_prop ⇒ 'iam_instance_profile'
40
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 40 property :iam_instance_profile, disposition: :attribute, description: 'The IAM instance profile.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'iam_instance_profile', type: [MintPress::Aws::EC2::LaunchTemplateIamInstanceProfile], create_launch_template_prop: 'iam_instance_profile', default: MintPress::Aws::EC2::LaunchTemplateIamInstanceProfile.new, create_launch_template_version_prop: 'iam_instance_profile'
-
#instance_initiated_shutdown_behavior ⇒ [String]
'Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'instance_initiated_shutdown_behavior'
- create_launch_template_prop ⇒ 'instance_initiated_shutdown_behavior'
- create_launch_template_version_prop ⇒ 'instance_initiated_shutdown_behavior'
41
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 41 property :instance_initiated_shutdown_behavior, disposition: :attribute, description: 'Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'instance_initiated_shutdown_behavior', type: [String], create_launch_template_prop: 'instance_initiated_shutdown_behavior', create_launch_template_version_prop: 'instance_initiated_shutdown_behavior'
-
#instance_market_options ⇒ [MintPress::Aws::EC2::LaunchTemplateInstanceMarketOption] (Default Value: MintPress::Aws::EC2::LaunchTemplateInstanceMarketOption.new)
'The market (purchasing) option for the instances.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'instance_market_options'
- create_launch_template_prop ⇒ 'instance_market_options'
- default ⇒ MintPress::Aws::EC2::LaunchTemplateInstanceMarketOption.new
- create_launch_template_version_prop ⇒ 'instance_market_options'
42
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 42 property :instance_market_options, disposition: :attribute, description: 'The market (purchasing) option for the instances.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'instance_market_options', type: [MintPress::Aws::EC2::LaunchTemplateInstanceMarketOption], create_launch_template_prop: 'instance_market_options', default: MintPress::Aws::EC2::LaunchTemplateInstanceMarketOption.new, create_launch_template_version_prop: 'instance_market_options'
-
#instance_type ⇒ [String]
'The instance type.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'instance_type'
- create_launch_template_prop ⇒ 'instance_type'
- create_launch_template_version_prop ⇒ 'instance_type'
43
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 43 property :instance_type, disposition: :attribute, description: 'The instance type.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'instance_type', type: [String], create_launch_template_prop: 'instance_type', create_launch_template_version_prop: 'instance_type'
-
#key_name ⇒ [String] (Default Value: Proc.new { self.name })
'The name of the key pair.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'key_name'
- create_launch_template_prop ⇒ 'key_name'
- create_launch_template_version_prop ⇒ 'key_name'
- default ⇒ Proc.new { self.name }
44
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 44 property :key_name, disposition: :attribute, description: 'The name of the key pair.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'key_name', type: [String], create_launch_template_prop: 'key_name', create_launch_template_version_prop: 'key_name', default: Proc.new { self.name }
-
#licenses ⇒ Array of ⇒ [String]
'The license configurations.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'license_specifications'
- create_launch_template_prop ⇒ "license_specifications.license_configuration_arn"
- create_launch_template_version_prop ⇒ "license_specifications.license_configuration_arn"
45
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 45 property :licenses, disposition: :attribute, description: 'The license configurations.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'license_specifications', type: [String], create_launch_template_prop: "license_specifications.license_configuration_arn", array: true, create_launch_template_version_prop: "license_specifications.license_configuration_arn"
-
#metadata_options ⇒ [MintPress::Aws::EC2::LaunchTemplateInstanceMetadataOption] (Default Value: MintPress::Aws::EC2::LaunchTemplateInstanceMetadataOption.new)
'The metadata options for the instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'metadata_options'
- create_launch_template_prop ⇒ 'metadata_options'
- default ⇒ MintPress::Aws::EC2::LaunchTemplateInstanceMetadataOption.new
- create_launch_template_version_prop ⇒ 'metadata_options'
46
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 46 property :metadata_options, disposition: :attribute, description: 'The metadata options for the instance.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'metadata_options', type: [MintPress::Aws::EC2::LaunchTemplateInstanceMetadataOption], create_launch_template_prop: 'metadata_options', default: MintPress::Aws::EC2::LaunchTemplateInstanceMetadataOption.new, create_launch_template_version_prop: 'metadata_options'
-
#monitoring ⇒ [TrueClass,FalseClass]
'The monitoring for the instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'monitoring'
- create_launch_template_prop ⇒ "monitoring.enabled"
- create_launch_template_version_prop ⇒ "monitoring.enabled"
47
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 47 property :monitoring, disposition: :attribute, description: 'The monitoring for the instance.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'monitoring', type: [TrueClass,FalseClass], create_launch_template_prop: "monitoring.enabled", create_launch_template_version_prop: "monitoring.enabled"
-
#network_interfaces ⇒ Array of ⇒ [MintPress::Aws::EC2::LaunchTemplateInstanceNetworkInterface]
'The network interfaces.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'network_interfaces'
- create_launch_template_prop ⇒ 'network_interfaces'
- create_launch_template_version_prop ⇒ 'network_interfaces'
48
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 48 property :network_interfaces, disposition: :attribute, description: 'The network interfaces.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'network_interfaces', type: [MintPress::Aws::EC2::LaunchTemplateInstanceNetworkInterface], create_launch_template_prop: 'network_interfaces', array: true, create_launch_template_version_prop: 'network_interfaces'
-
#placement ⇒ [MintPress::Aws::EC2::LaunchTemplatePlacement] (Default Value: MintPress::Aws::EC2::LaunchTemplatePlacement.new)
'The placement of the instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'placement'
- create_launch_template_prop ⇒ 'placement'
- default ⇒ MintPress::Aws::EC2::LaunchTemplatePlacement.new
- create_launch_template_version_prop ⇒ 'placement'
49
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 49 property :placement, disposition: :attribute, description: 'The placement of the instance.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'placement', type: [MintPress::Aws::EC2::LaunchTemplatePlacement], create_launch_template_prop: 'placement', default: MintPress::Aws::EC2::LaunchTemplatePlacement.new, create_launch_template_version_prop: 'placement'
-
#security_groups ⇒ Array of ⇒ [String]
'The security group names.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'security_groups'
- create_launch_template_prop ⇒ 'security_groups'
- create_launch_template_version_prop ⇒ 'security_groups'
- from ⇒ String
50
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 50 property :security_groups, disposition: :attribute, description: 'The security group names.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'security_groups', type: [String], create_launch_template_prop: 'security_groups', array: true, create_launch_template_version_prop: 'security_groups', from: String
-
#tags ⇒ Array of ⇒ [MintPress::Aws::EC2::LaunchTemplateTag]
'The tags.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'tag_specifications'
- create_launch_template_prop ⇒ 'tag_specifications'
- create_launch_template_version_prop ⇒ 'tag_specifications'
51
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 51 property :tags, disposition: :attribute, description: 'The tags.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'tag_specifications', type: [MintPress::Aws::EC2::LaunchTemplateTag], create_launch_template_prop: 'tag_specifications', array: true, create_launch_template_version_prop: 'tag_specifications'
-
#user_data ⇒ [String]
'The user data for the instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'user_data'
- create_launch_template_prop ⇒ 'user_data'
- create_launch_template_version_prop ⇒ 'user_data'
52
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 52 property :user_data, disposition: :attribute, description: 'The user data for the instance.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'user_data', type: [String], create_launch_template_prop: 'user_data', create_launch_template_version_prop: 'user_data'
-
#dry_run ⇒ [TrueClass,FalseClass]
'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.'
Property Attributes- get_launch_template_data_prop ⇒ 'dry_run'
- read_only ⇒ false
- source ⇒ "get_launch_template_data"
53 54 55 56
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 53 property :dry_run, get_launch_template_data_prop: 'dry_run', type: [TrueClass,FalseClass], read_only: false, source: "get_launch_template_data", description: '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.'
-
#image ⇒ [MintPress::Aws::EC2::Image]
'The ID of the AMI that was used to launch the instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'image_id'
- create_launch_template_prop ⇒ 'image_id'
- create_launch_template_version_prop ⇒ 'image_id'
- from ⇒ String
57
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 57 property :image, disposition: :attribute, description: 'The ID of the AMI that was used to launch the instance.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'image_id', type: [MintPress::Aws::EC2::Image], create_launch_template_prop: 'image_id', create_launch_template_version_prop: 'image_id', from: String
-
#kernel ⇒ [String]
'The ID of the kernel, if applicable.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'kernel_id'
- create_launch_template_prop ⇒ 'kernel_id'
- create_launch_template_version_prop ⇒ 'kernel_id'
58
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 58 property :kernel, disposition: :attribute, description: 'The ID of the kernel, if applicable.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'kernel_id', type: [String], create_launch_template_prop: 'kernel_id', create_launch_template_version_prop: 'kernel_id'
-
#ram_disk ⇒ [String]
'The ID of the RAM disk, if applicable.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::LaunchTemplateDatum"
- orig_name ⇒ 'ram_disk_id'
- create_launch_template_prop ⇒ 'ram_disk_id'
- create_launch_template_version_prop ⇒ 'ram_disk_id'
59
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 59 property :ram_disk, disposition: :attribute, description: 'The ID of the RAM disk, if applicable.', source: "MintPress::Aws::EC2::LaunchTemplateDatum", orig_name: 'ram_disk_id', type: [String], create_launch_template_prop: 'ram_disk_id', create_launch_template_version_prop: 'ram_disk_id'
-
#instance ⇒ [MintPress::Aws::EC2::Instance]
'The ID of the instance.'
Property Attributes- get_launch_template_data_prop ⇒ 'instance_id'
- read_only ⇒ false
- source ⇒ "get_launch_template_data"
- from ⇒ String
60
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 60 property :instance, get_launch_template_data_prop: 'instance_id', type: [MintPress::Aws::EC2::Instance], read_only: false, source: "get_launch_template_data", description: 'The ID of the instance.', from: String
-
#name ⇒ [String]
Property Attributes61
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 61 property :name, type: [String]
-
#region ⇒ String
Region _specifically for this object_. If you're not doing different objects in different regions, you should not set this, but rather set the region on your AwsPlatformProvider instead
Property Attributes65
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 65 property :region, type: String
-
#platform ⇒ MintPress::InfrastructureAws::AwsPlatform (Default Value: MintPress::InfrastructureAws::AwsPlatform.new)
The platform details, including credentials - normally this will come via AwsPlatformProvider (see the Infrastructure Providers section of the documentation)
Property Attributes- default ⇒ MintPress::InfrastructureAws::AwsPlatform.new
68
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/launch_template_datum.rb', line 68 property :platform, type: MintPress::InfrastructureAws::AwsPlatform, default: MintPress::InfrastructureAws::AwsPlatform.new
Properties (Read Only)
Constant Summary
Constants included from MintLogger
MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN
Instance Attribute Summary
Attributes included from Mixins::Properties
#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root
Instance Method Summary collapse
- #get ⇒ Object
-
#initialize(opts = {}) ⇒ LaunchTemplateDatum
constructor
A new instance of LaunchTemplateDatum.
Methods included from AwsCommon
#alive?, all, #attach_generic, #attached?, #available?, #build_create_hash, #by_id, #by_name, #create_generic, #delete_cascade_generic, #delete_generic, #detach_generic, #exists?, #fill_in_details, #find_by_details, #find_global_object, #get_aws_region, #get_state, #handle_singleton_object, #harvest, #perform_operation, #prop_to_hash, #register_aws_object, #resource_api, #running?, #start_generic, #started?, #stop_generic, #terminate_generic
Methods included from Mixins::Properties
#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref
Methods included from MintLogger::Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send