class Aws::Lightsail::Types::CreateCloudFormationStackRequest

@note When making an API call, you may pass CreateCloudFormationStackRequest

data as a hash:

    {
      instances: [ # required
        {
          source_name: "ResourceName", # required
          instance_type: "NonEmptyString", # required
          port_info_source: "DEFAULT", # required, accepts DEFAULT, INSTANCE, NONE, CLOSED
          user_data: "string",
          availability_zone: "string", # required
        },
      ],
    }

@!attribute [rw] instances

An array of parameters that will be used to create the new Amazon
EC2 instance. You can only pass one instance entry at a time in this
array. You will get an invalid parameter error if you pass more than
one instance entry in this array.
@return [Array<Types::InstanceEntry>]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CreateCloudFormationStackRequest AWS API Documentation

Constants

SENSITIVE