Class: Aws::ControlTower::Types::CreateLandingZoneInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-controltower/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#manifestHash, ...

The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review [Launch your landing zone].

[1]: docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch

Returns:

  • (Hash, Array, String, Numeric, Boolean)


272
273
274
275
276
277
278
# File 'lib/aws-sdk-controltower/types.rb', line 272

class CreateLandingZoneInput < Struct.new(
  :manifest,
  :tags,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags to be applied to the landing zone.

Returns:

  • (Hash<String,String>)


272
273
274
275
276
277
278
# File 'lib/aws-sdk-controltower/types.rb', line 272

class CreateLandingZoneInput < Struct.new(
  :manifest,
  :tags,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The landing zone version, for example, 3.0.

Returns:

  • (String)


272
273
274
275
276
277
278
# File 'lib/aws-sdk-controltower/types.rb', line 272

class CreateLandingZoneInput < Struct.new(
  :manifest,
  :tags,
  :version)
  SENSITIVE = []
  include Aws::Structure
end