Class: Humidifier::AppFlow::ConnectorProfile

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

Overview

A dynamically-defined class that represents an AWS::AppFlow::ConnectorProfile 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

#connection_modeObject

returns the ConnectionMode property



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

def connection_mode
  properties['connection_mode']
end

#connection_mode=(value) ⇒ Object

sets the ConnectionMode property (String)



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

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

#connector_profile_configObject

returns the ConnectorProfileConfig property



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

def connector_profile_config
  properties['connector_profile_config']
end

#connector_profile_config=(value) ⇒ Object

sets the ConnectorProfileConfig property (Structure)



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

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

#connector_profile_nameObject

returns the ConnectorProfileName property



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

def connector_profile_name
  properties['connector_profile_name']
end

#connector_profile_name=(value) ⇒ Object

sets the ConnectorProfileName property (String)



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

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

#connector_typeObject

returns the ConnectorType property



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

def connector_type
  properties['connector_type']
end

#connector_type=(value) ⇒ Object

sets the ConnectorType property (String)



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

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

#kms_arnObject

returns the KMSArn property



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

def kms_arn
  properties['kms_arn']
end

#kms_arn=(value) ⇒ Object

sets the KMSArn property (String)



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

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