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.

Returns:



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:



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:



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:



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.

Returns:



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:



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

def usage_mode
  @usage_mode
end