Class: Humidifier::ImageBuilder::ContainerRecipe

Inherits:
Resource
  • Object
show all
Defined in:
lib/humidifier/magic.rb

Overview

A dynamically-defined class that represents an AWS::ImageBuilder::ContainerRecipe resource

Constant Summary

Constants inherited from Resource

Resource::COMMON_ATTRIBUTES

Instance Method Summary collapse

Methods inherited from Resource

#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property

Constructor Details

This class inherits a constructor from Humidifier::Resource

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Humidifier::Resource

Instance Method Details

#componentsObject

returns the Components property

[View source]

10
11
12
# File 'lib/humidifier/magic.rb', line 10

def components
  properties['components']
end

#components=(value) ⇒ Object

sets the Components property (List)

[View source]

15
16
17
# File 'lib/humidifier/magic.rb', line 15

def components=(value)
  update_property('components', value)
end

#container_typeObject

returns the ContainerType property

[View source]

20
21
22
# File 'lib/humidifier/magic.rb', line 20

def container_type
  properties['container_type']
end

#container_type=(value) ⇒ Object

sets the ContainerType property (String)

[View source]

25
26
27
# File 'lib/humidifier/magic.rb', line 25

def container_type=(value)
  update_property('container_type', value)
end

#descriptionObject

returns the Description property

[View source]

30
31
32
# File 'lib/humidifier/magic.rb', line 30

def description
  properties['description']
end

#description=(value) ⇒ Object

sets the Description property (String)

[View source]

35
36
37
# File 'lib/humidifier/magic.rb', line 35

def description=(value)
  update_property('description', value)
end

#dockerfile_template_dataObject

returns the DockerfileTemplateData property

[View source]

40
41
42
# File 'lib/humidifier/magic.rb', line 40

def dockerfile_template_data
  properties['dockerfile_template_data']
end

#dockerfile_template_data=(value) ⇒ Object

sets the DockerfileTemplateData property (String)

[View source]

45
46
47
# File 'lib/humidifier/magic.rb', line 45

def dockerfile_template_data=(value)
  update_property('dockerfile_template_data', value)
end

#dockerfile_template_uriObject

returns the DockerfileTemplateUri property

[View source]

50
51
52
# File 'lib/humidifier/magic.rb', line 50

def dockerfile_template_uri
  properties['dockerfile_template_uri']
end

#dockerfile_template_uri=(value) ⇒ Object

sets the DockerfileTemplateUri property (String)

[View source]

55
56
57
# File 'lib/humidifier/magic.rb', line 55

def dockerfile_template_uri=(value)
  update_property('dockerfile_template_uri', value)
end

#image_os_version_overrideObject

returns the ImageOsVersionOverride property

[View source]

60
61
62
# File 'lib/humidifier/magic.rb', line 60

def image_os_version_override
  properties['image_os_version_override']
end

#image_os_version_override=(value) ⇒ Object

sets the ImageOsVersionOverride property (String)

[View source]

65
66
67
# File 'lib/humidifier/magic.rb', line 65

def image_os_version_override=(value)
  update_property('image_os_version_override', value)
end

#instance_configurationObject

returns the InstanceConfiguration property

[View source]

70
71
72
# File 'lib/humidifier/magic.rb', line 70

def instance_configuration
  properties['instance_configuration']
end

#instance_configuration=(value) ⇒ Object

sets the InstanceConfiguration property (Structure)

[View source]

75
76
77
# File 'lib/humidifier/magic.rb', line 75

def instance_configuration=(value)
  update_property('instance_configuration', value)
end

#kms_key_idObject

returns the KmsKeyId property

[View source]

80
81
82
# File 'lib/humidifier/magic.rb', line 80

def kms_key_id
  properties['kms_key_id']
end

#kms_key_id=(value) ⇒ Object

sets the KmsKeyId property (String)

[View source]

85
86
87
# File 'lib/humidifier/magic.rb', line 85

def kms_key_id=(value)
  update_property('kms_key_id', value)
end

#nameObject

returns the Name property

[View source]

90
91
92
# File 'lib/humidifier/magic.rb', line 90

def name
  properties['name']
end

#name=(value) ⇒ Object

sets the Name property (String)

[View source]

95
96
97
# File 'lib/humidifier/magic.rb', line 95

def name=(value)
  update_property('name', value)
end

#parent_imageObject

returns the ParentImage property

[View source]

100
101
102
# File 'lib/humidifier/magic.rb', line 100

def parent_image
  properties['parent_image']
end

#parent_image=(value) ⇒ Object

sets the ParentImage property (String)

[View source]

105
106
107
# File 'lib/humidifier/magic.rb', line 105

def parent_image=(value)
  update_property('parent_image', value)
end

#platform_overrideObject

returns the PlatformOverride property

[View source]

110
111
112
# File 'lib/humidifier/magic.rb', line 110

def platform_override
  properties['platform_override']
end

#platform_override=(value) ⇒ Object

sets the PlatformOverride property (String)

[View source]

115
116
117
# File 'lib/humidifier/magic.rb', line 115

def platform_override=(value)
  update_property('platform_override', value)
end

#tagsObject

returns the Tags property

[View source]

120
121
122
# File 'lib/humidifier/magic.rb', line 120

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (Map)

[View source]

125
126
127
# File 'lib/humidifier/magic.rb', line 125

def tags=(value)
  update_property('tags', value)
end

#target_repositoryObject

returns the TargetRepository property

[View source]

130
131
132
# File 'lib/humidifier/magic.rb', line 130

def target_repository
  properties['target_repository']
end

#target_repository=(value) ⇒ Object

sets the TargetRepository property (Structure)

[View source]

135
136
137
# File 'lib/humidifier/magic.rb', line 135

def target_repository=(value)
  update_property('target_repository', value)
end

#versionObject

returns the Version property

[View source]

140
141
142
# File 'lib/humidifier/magic.rb', line 140

def version
  properties['version']
end

#version=(value) ⇒ Object

sets the Version property (String)

[View source]

145
146
147
# File 'lib/humidifier/magic.rb', line 145

def version=(value)
  update_property('version', value)
end

#working_directoryObject

returns the WorkingDirectory property

[View source]

150
151
152
# File 'lib/humidifier/magic.rb', line 150

def working_directory
  properties['working_directory']
end

#working_directory=(value) ⇒ Object

sets the WorkingDirectory property (String)

[View source]

155
156
157
# File 'lib/humidifier/magic.rb', line 155

def working_directory=(value)
  update_property('working_directory', value)
end