class Aws::Outposts::Types::CreateOutpostInput

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

data as a hash:

    {
      name: "OutpostName", # required
      description: "OutpostDescription",
      site_id: "SiteId", # required
      availability_zone: "AvailabilityZone",
      availability_zone_id: "AvailabilityZoneId",
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] name

The name of the Outpost.
@return [String]

@!attribute [rw] description

The description of the Outpost.
@return [String]

@!attribute [rw] site_id

The ID of the site.
@return [String]

@!attribute [rw] availability_zone

The Availability Zone.
@return [String]

@!attribute [rw] availability_zone_id

The ID of the Availability Zone.
@return [String]

@!attribute [rw] tags

The tags to apply to the Outpost.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CreateOutpostInput AWS API Documentation

Constants

SENSITIVE