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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/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.

Returns:

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


278
279
280
281
282
283
284
285
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 278

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

#remediation_typesArray<String>

Specifies the types of remediation actions to apply when creating the landing zone, such as automatic drift correction or compliance enforcement.

Returns:

  • (Array<String>)


278
279
280
281
282
283
284
285
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 278

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

#tagsHash<String,String>

Tags to be applied to the landing zone.

Returns:

  • (Hash<String,String>)


278
279
280
281
282
283
284
285
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 278

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

#versionString

The landing zone version, for example, 3.0.

Returns:

  • (String)


278
279
280
281
282
283
284
285
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 278

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