Class: Humidifier::ACMPCA::CertificateAuthority
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ACMPCA::CertificateAuthority resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#csr_extensions ⇒ Object
returns the CsrExtensions property.
-
#csr_extensions=(value) ⇒ Object
sets the CsrExtensions property (Structure).
-
#key_algorithm ⇒ Object
returns the KeyAlgorithm property.
-
#key_algorithm=(value) ⇒ Object
sets the KeyAlgorithm property (String).
-
#key_storage_security_standard ⇒ Object
returns the KeyStorageSecurityStandard property.
-
#key_storage_security_standard=(value) ⇒ Object
sets the KeyStorageSecurityStandard property (String).
-
#revocation_configuration ⇒ Object
returns the RevocationConfiguration property.
-
#revocation_configuration=(value) ⇒ Object
sets the RevocationConfiguration property (Structure).
-
#signing_algorithm ⇒ Object
returns the SigningAlgorithm property.
-
#signing_algorithm=(value) ⇒ Object
sets the SigningAlgorithm property (String).
-
#subject ⇒ Object
returns the Subject property.
-
#subject=(value) ⇒ Object
sets the Subject property (Structure).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#type ⇒ Object
returns the Type property.
-
#type=(value) ⇒ Object
sets the Type property (String).
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
#csr_extensions ⇒ Object
returns the CsrExtensions property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def csr_extensions properties['csr_extensions'] end |
#csr_extensions=(value) ⇒ Object
sets the CsrExtensions property (Structure)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def csr_extensions=(value) update_property('csr_extensions', value) end |
#key_algorithm ⇒ Object
returns the KeyAlgorithm property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def key_algorithm properties['key_algorithm'] end |
#key_algorithm=(value) ⇒ Object
sets the KeyAlgorithm property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def key_algorithm=(value) update_property('key_algorithm', value) end |
#key_storage_security_standard ⇒ Object
returns the KeyStorageSecurityStandard property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def key_storage_security_standard properties['key_storage_security_standard'] end |
#key_storage_security_standard=(value) ⇒ Object
sets the KeyStorageSecurityStandard property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def key_storage_security_standard=(value) update_property('key_storage_security_standard', value) end |
#revocation_configuration ⇒ Object
returns the RevocationConfiguration property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def revocation_configuration properties['revocation_configuration'] end |
#revocation_configuration=(value) ⇒ Object
sets the RevocationConfiguration property (Structure)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def revocation_configuration=(value) update_property('revocation_configuration', value) end |
#signing_algorithm ⇒ Object
returns the SigningAlgorithm property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def signing_algorithm properties['signing_algorithm'] end |
#signing_algorithm=(value) ⇒ Object
sets the SigningAlgorithm property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def signing_algorithm=(value) update_property('signing_algorithm', value) end |
#subject ⇒ Object
returns the Subject property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def subject properties['subject'] end |
#subject=(value) ⇒ Object
sets the Subject property (Structure)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def subject=(value) update_property('subject', value) end |
#tags ⇒ Object
returns the Tags property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def (value) update_property('tags', value) end |
#type ⇒ Object
returns the Type property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def type properties['type'] end |
#type=(value) ⇒ Object
sets the Type property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def type=(value) update_property('type', value) end |