Method: Aws::Imagebuilder::Types::CreateComponentRequest#data
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
#data ⇒ String
Component data contains inline YAML document content for the component. Alternatively, you can specify the uri of a YAML document file stored in Amazon S3. However, you cannot specify both properties.
1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 1079 class CreateComponentRequest < Struct.new( :name, :semantic_version, :description, :change_description, :platform, :supported_os_versions, :data, :uri, :kms_key_id, :tags, :client_token, :dry_run) SENSITIVE = [] include Aws::Structure end |