Class: Aws::ACMPCA::Types::CertificateAuthority

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb

Overview

Contains information about your private certificate authority (CA). Your private CA can issue and revoke X.509 digital certificates. Digital certificates verify that the entity named in the certificate Subject field owns or controls the public key contained in the Subject Public Key Info field. Call the CreateCertificateAuthority action to create your private CA. You must then call the GetCertificateAuthorityCertificate action to retrieve a private CA certificate signing request (CSR). Sign the CSR with your Amazon Web Services Private CA-hosted or on-premises root or subordinate CA certificate. Call the ImportCertificateAuthorityCertificate action to import the signed certificate into Certificate Manager (ACM).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Amazon Resource Name (ARN) for your private certificate authority (CA). The format is 12345678-1234-1234-1234-123456789012.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 330

class CertificateAuthority < Struct.new(
  :arn,
  :owner_account,
  :created_at,
  :last_state_change_at,
  :type,
  :serial,
  :status,
  :not_before,
  :not_after,
  :failure_reason,
  :certificate_authority_configuration,
  :revocation_configuration,
  :restorable_until,
  :key_storage_security_standard,
  :usage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_authority_configurationTypes::CertificateAuthorityConfiguration

Your private CA configuration.



330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 330

class CertificateAuthority < Struct.new(
  :arn,
  :owner_account,
  :created_at,
  :last_state_change_at,
  :type,
  :serial,
  :status,
  :not_before,
  :not_after,
  :failure_reason,
  :certificate_authority_configuration,
  :revocation_configuration,
  :restorable_until,
  :key_storage_security_standard,
  :usage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Date and time at which your private CA was created.

Returns:

  • (Time)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 330

class CertificateAuthority < Struct.new(
  :arn,
  :owner_account,
  :created_at,
  :last_state_change_at,
  :type,
  :serial,
  :status,
  :not_before,
  :not_after,
  :failure_reason,
  :certificate_authority_configuration,
  :revocation_configuration,
  :restorable_until,
  :key_storage_security_standard,
  :usage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

Reason the request to create your private CA failed.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 330

class CertificateAuthority < Struct.new(
  :arn,
  :owner_account,
  :created_at,
  :last_state_change_at,
  :type,
  :serial,
  :status,
  :not_before,
  :not_after,
  :failure_reason,
  :certificate_authority_configuration,
  :revocation_configuration,
  :restorable_until,
  :key_storage_security_standard,
  :usage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#key_storage_security_standardString

Defines a cryptographic key management compliance standard for handling and protecting CA keys.

Default: FIPS_140_2_LEVEL_3_OR_HIGHER

Starting January 26, 2023, Amazon Web Services Private CA protects all CA private keys in non-China regions using hardware security modules (HSMs) that comply with FIPS PUB 140-2 Level 3.

For information about security standard support in different Amazon Web Services Regions, see Storage and security compliance of Amazon Web Services Private CA private keys.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 330

class CertificateAuthority < Struct.new(
  :arn,
  :owner_account,
  :created_at,
  :last_state_change_at,
  :type,
  :serial,
  :status,
  :not_before,
  :not_after,
  :failure_reason,
  :certificate_authority_configuration,
  :revocation_configuration,
  :restorable_until,
  :key_storage_security_standard,
  :usage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#last_state_change_atTime

Date and time at which your private CA was last updated.

Returns:

  • (Time)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 330

class CertificateAuthority < Struct.new(
  :arn,
  :owner_account,
  :created_at,
  :last_state_change_at,
  :type,
  :serial,
  :status,
  :not_before,
  :not_after,
  :failure_reason,
  :certificate_authority_configuration,
  :revocation_configuration,
  :restorable_until,
  :key_storage_security_standard,
  :usage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#not_afterTime

Date and time after which your private CA certificate is not valid.

Returns:

  • (Time)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 330

class CertificateAuthority < Struct.new(
  :arn,
  :owner_account,
  :created_at,
  :last_state_change_at,
  :type,
  :serial,
  :status,
  :not_before,
  :not_after,
  :failure_reason,
  :certificate_authority_configuration,
  :revocation_configuration,
  :restorable_until,
  :key_storage_security_standard,
  :usage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#not_beforeTime

Date and time before which your private CA certificate is not valid.

Returns:

  • (Time)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 330

class CertificateAuthority < Struct.new(
  :arn,
  :owner_account,
  :created_at,
  :last_state_change_at,
  :type,
  :serial,
  :status,
  :not_before,
  :not_after,
  :failure_reason,
  :certificate_authority_configuration,
  :revocation_configuration,
  :restorable_until,
  :key_storage_security_standard,
  :usage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#owner_accountString

The Amazon Web Services account ID that owns the certificate authority.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 330

class CertificateAuthority < Struct.new(
  :arn,
  :owner_account,
  :created_at,
  :last_state_change_at,
  :type,
  :serial,
  :status,
  :not_before,
  :not_after,
  :failure_reason,
  :certificate_authority_configuration,
  :revocation_configuration,
  :restorable_until,
  :key_storage_security_standard,
  :usage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#restorable_untilTime

The period during which a deleted CA can be restored. For more information, see the PermanentDeletionTimeInDays parameter of the DeleteCertificateAuthorityRequest action.

Returns:

  • (Time)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 330

class CertificateAuthority < Struct.new(
  :arn,
  :owner_account,
  :created_at,
  :last_state_change_at,
  :type,
  :serial,
  :status,
  :not_before,
  :not_after,
  :failure_reason,
  :certificate_authority_configuration,
  :revocation_configuration,
  :restorable_until,
  :key_storage_security_standard,
  :usage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#revocation_configurationTypes::RevocationConfiguration

Information about the Online Certificate Status Protocol (OCSP) configuration or certificate revocation list (CRL) created and maintained by your private CA.



330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 330

class CertificateAuthority < Struct.new(
  :arn,
  :owner_account,
  :created_at,
  :last_state_change_at,
  :type,
  :serial,
  :status,
  :not_before,
  :not_after,
  :failure_reason,
  :certificate_authority_configuration,
  :revocation_configuration,
  :restorable_until,
  :key_storage_security_standard,
  :usage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#serialString

Serial number of your private CA.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 330

class CertificateAuthority < Struct.new(
  :arn,
  :owner_account,
  :created_at,
  :last_state_change_at,
  :type,
  :serial,
  :status,
  :not_before,
  :not_after,
  :failure_reason,
  :certificate_authority_configuration,
  :revocation_configuration,
  :restorable_until,
  :key_storage_security_standard,
  :usage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of your private CA.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 330

class CertificateAuthority < Struct.new(
  :arn,
  :owner_account,
  :created_at,
  :last_state_change_at,
  :type,
  :serial,
  :status,
  :not_before,
  :not_after,
  :failure_reason,
  :certificate_authority_configuration,
  :revocation_configuration,
  :restorable_until,
  :key_storage_security_standard,
  :usage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Type of your private CA.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 330

class CertificateAuthority < Struct.new(
  :arn,
  :owner_account,
  :created_at,
  :last_state_change_at,
  :type,
  :serial,
  :status,
  :not_before,
  :not_after,
  :failure_reason,
  :certificate_authority_configuration,
  :revocation_configuration,
  :restorable_until,
  :key_storage_security_standard,
  :usage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#usage_modeString

Specifies whether the CA issues general-purpose certificates that typically require a revocation mechanism, or short-lived certificates that may optionally omit revocation because they expire quickly. Short-lived certificate validity is limited to seven days.

The default value is GENERAL_PURPOSE.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 330

class CertificateAuthority < Struct.new(
  :arn,
  :owner_account,
  :created_at,
  :last_state_change_at,
  :type,
  :serial,
  :status,
  :not_before,
  :not_after,
  :failure_reason,
  :certificate_authority_configuration,
  :revocation_configuration,
  :restorable_until,
  :key_storage_security_standard,
  :usage_mode)
  SENSITIVE = []
  include Aws::Structure
end