Class: Aws::ControlTower::Types::CreateLandingZoneInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::CreateLandingZoneInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#manifest ⇒ Hash, ...
The manifest JSON file is a text file that describes your Amazon Web Services resources.
-
#tags ⇒ Hash<String,String>
Tags to be applied to the landing zone.
-
#version ⇒ String
The landing zone version, for example, 3.0.
Instance Attribute Details
#manifest ⇒ Hash, ...
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
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 |
#tags ⇒ Hash<String,String>
Tags to be applied to the landing zone.
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 |
#version ⇒ String
The landing zone version, for example, 3.0.
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 |