Class: Humidifier::Cognito::UserPoolIdentityProvider

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

Overview

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

#attribute_mappingObject

returns the AttributeMapping property



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

def attribute_mapping
  properties['attribute_mapping']
end

#attribute_mapping=(value) ⇒ Object

sets the AttributeMapping property (Json)



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

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

#idp_identifiersObject

returns the IdpIdentifiers property



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

def idp_identifiers
  properties['idp_identifiers']
end

#idp_identifiers=(value) ⇒ Object

sets the IdpIdentifiers property (List)



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

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

#provider_detailsObject

returns the ProviderDetails property



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

def provider_details
  properties['provider_details']
end

#provider_details=(value) ⇒ Object

sets the ProviderDetails property (Json)



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

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

#provider_nameObject

returns the ProviderName property



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

def provider_name
  properties['provider_name']
end

#provider_name=(value) ⇒ Object

sets the ProviderName property (String)



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

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

#provider_typeObject

returns the ProviderType property



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

def provider_type
  properties['provider_type']
end

#provider_type=(value) ⇒ Object

sets the ProviderType property (String)



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

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

#user_pool_idObject

returns the UserPoolId property



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

def user_pool_id
  properties['user_pool_id']
end

#user_pool_id=(value) ⇒ Object

sets the UserPoolId property (String)



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

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