Class: Humidifier::Amplify::App

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

Overview

A dynamically-defined class that represents an AWS::Amplify::App resource

AWS 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

#access_tokenObject

returns the AccessToken property



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

def access_token
  properties['access_token']
end

#access_token=(value) ⇒ Object

sets the AccessToken property (String)



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

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

#auto_branch_creation_configObject

returns the AutoBranchCreationConfig property



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

def auto_branch_creation_config
  properties['auto_branch_creation_config']
end

#auto_branch_creation_config=(value) ⇒ Object

sets the AutoBranchCreationConfig property (Structure)



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

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

#basic_auth_configObject

returns the BasicAuthConfig property



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

def basic_auth_config
  properties['basic_auth_config']
end

#basic_auth_config=(value) ⇒ Object

sets the BasicAuthConfig property (Structure)



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

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

#build_specObject

returns the BuildSpec property



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

def build_spec
  properties['build_spec']
end

#build_spec=(value) ⇒ Object

sets the BuildSpec property (String)



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

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

#custom_headersObject

returns the CustomHeaders property



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

def custom_headers
  properties['custom_headers']
end

#custom_headers=(value) ⇒ Object

sets the CustomHeaders property (String)



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

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

#custom_rulesObject

returns the CustomRules property



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

def custom_rules
  properties['custom_rules']
end

#custom_rules=(value) ⇒ Object

sets the CustomRules property (List)



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

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

#descriptionObject

returns the Description property



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

def description
  properties['description']
end

#description=(value) ⇒ Object

sets the Description property (String)



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

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

#enable_branch_auto_deletionObject

returns the EnableBranchAutoDeletion property



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

def enable_branch_auto_deletion
  properties['enable_branch_auto_deletion']
end

#enable_branch_auto_deletion=(value) ⇒ Object

sets the EnableBranchAutoDeletion property (Boolean)



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

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

#environment_variablesObject

returns the EnvironmentVariables property



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

def environment_variables
  properties['environment_variables']
end

#environment_variables=(value) ⇒ Object

sets the EnvironmentVariables property (List)



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

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

#iam_service_roleObject

returns the IAMServiceRole property



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

def iam_service_role
  properties['iam_service_role']
end

#iam_service_role=(value) ⇒ Object

sets the IAMServiceRole property (String)



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

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

#nameObject

returns the Name property



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

def name
  properties['name']
end

#name=(value) ⇒ Object

sets the Name property (String)



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

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

#oauth_tokenObject

returns the OauthToken property



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

def oauth_token
  properties['oauth_token']
end

#oauth_token=(value) ⇒ Object

sets the OauthToken property (String)



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

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

#repositoryObject

returns the Repository property



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

def repository
  properties['repository']
end

#repository=(value) ⇒ Object

sets the Repository property (String)



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

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

#tagsObject

returns the Tags property



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

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (List)



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

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