Class: Aws::Types::CreateCertificateAuthorityRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority_configurationTypes::CertificateAuthorityConfiguration

Returns the value of attribute certificate_authority_configuration.



99
100
101
# File 'sig/types.rbs', line 99

def certificate_authority_configuration
  @certificate_authority_configuration
end

#certificate_authority_type"ROOT", "SUBORDINATE"

Returns the value of attribute certificate_authority_type.

Returns:

  • ("ROOT", "SUBORDINATE")


101
102
103
# File 'sig/types.rbs', line 101

def certificate_authority_type
  @certificate_authority_type
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


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.

Returns:

  • ("FIPS_140_2_LEVEL_2_OR_HIGHER", "FIPS_140_2_LEVEL_3_OR_HIGHER", "CCPC_LEVEL_1_OR_HIGHER")


103
104
105
# File 'sig/types.rbs', line 103

def key_storage_security_standard
  @key_storage_security_standard
end

#revocation_configurationTypes::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.

Returns:



104
105
106
# File 'sig/types.rbs', line 104

def tags
  @tags
end

#usage_mode"GENERAL_PURPOSE", "SHORT_LIVED_CERTIFICATE"

Returns the value of attribute usage_mode.

Returns:

  • ("GENERAL_PURPOSE", "SHORT_LIVED_CERTIFICATE")


105
106
107
# File 'sig/types.rbs', line 105

def usage_mode
  @usage_mode
end