GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
VM::EC2::LaunchConfiguration(3) User Contributed Perl Documentation VM::EC2::LaunchConfiguration(3)

VM::EC2::LaunchConfiguration - Object describing a Launch Configuration

  use VM::EC2;

  $ec2  = VM::EC2->new(...);
  @lcs  = $ec2->describe_launch_configurations();

This object represents a launch configuration. It is returned by "VM::EC2-"describe_launch_configurations()>.

These properties are supported:

  block_device_mappings
  created_time
  ebs_optimized
  iam_instance_profile
  image_id
  instance_monitoring
  instance_type
  kernel_id
  key_name
  launch_configuration_arn
  launch_configuration_name
  ramdisk_id
  security_groups
  spot_price
  user_data

VM::EC2 VM::EC2::Generic

Jose Luis Martinez
2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.