Class: Aws::Types::CreateCertificateAuthorityRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCertificateAuthorityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_authority_configuration ⇒ Types::CertificateAuthorityConfiguration
Returns the value of attribute certificate_authority_configuration.
-
#certificate_authority_type ⇒ "ROOT", "SUBORDINATE"
Returns the value of attribute certificate_authority_type.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#key_storage_security_standard ⇒ "FIPS_140_2_LEVEL_2_OR_HIGHER", ...
Returns the value of attribute key_storage_security_standard.
-
#revocation_configuration ⇒ Types::RevocationConfiguration
Returns the value of attribute revocation_configuration.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#usage_mode ⇒ "GENERAL_PURPOSE", "SHORT_LIVED_CERTIFICATE"
Returns the value of attribute usage_mode.
Instance Attribute Details
#certificate_authority_configuration ⇒ Types::CertificateAuthorityConfiguration
Returns the value of attribute certificate_authority_configuration.
99 100 101 |
# File 'sig/types.rbs', line 99 def @certificate_authority_configuration end |
#certificate_authority_type ⇒ "ROOT", "SUBORDINATE"
Returns the value of attribute certificate_authority_type.
101 102 103 |
# File 'sig/types.rbs', line 101 def @certificate_authority_type end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
102 103 104 |
# File 'sig/types.rbs', line 102 def idempotency_token @idempotency_token end |
#key_storage_security_standard ⇒ "FIPS_140_2_LEVEL_2_OR_HIGHER", ...
Returns the value of attribute key_storage_security_standard.
103 104 105 |
# File 'sig/types.rbs', line 103 def key_storage_security_standard @key_storage_security_standard end |
#revocation_configuration ⇒ Types::RevocationConfiguration
Returns the value of attribute revocation_configuration.
100 101 102 |
# File 'sig/types.rbs', line 100 def revocation_configuration @revocation_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
104 105 106 |
# File 'sig/types.rbs', line 104 def @tags end |
#usage_mode ⇒ "GENERAL_PURPOSE", "SHORT_LIVED_CERTIFICATE"
Returns the value of attribute usage_mode.
105 106 107 |
# File 'sig/types.rbs', line 105 def usage_mode @usage_mode end |