Class: Aws::RDS::Types::Certificate

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

A CA certificate for an Amazon Web Services account.

For more information, see [Using SSL/TLS to encrypt a connection to a DB instance] in the *Amazon RDS User Guide* and [ Using SSL/TLS to encrypt a connection to a DB cluster] in the *Amazon Aurora User Guide*.

[1]: docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html [2]: docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The Amazon Resource Name (ARN) for the certificate.

Returns:

  • (String)


753
754
755
756
757
758
759
760
761
762
763
764
# File 'lib/aws-sdk-rds/types.rb', line 753

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_type,
  :thumbprint,
  :valid_from,
  :valid_till,
  :certificate_arn,
  :customer_override,
  :customer_override_valid_till)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_identifierString

The unique key that identifies a certificate.

Returns:

  • (String)


753
754
755
756
757
758
759
760
761
762
763
764
# File 'lib/aws-sdk-rds/types.rb', line 753

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_type,
  :thumbprint,
  :valid_from,
  :valid_till,
  :certificate_arn,
  :customer_override,
  :customer_override_valid_till)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_typeString

The type of the certificate.

Returns:

  • (String)


753
754
755
756
757
758
759
760
761
762
763
764
# File 'lib/aws-sdk-rds/types.rb', line 753

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_type,
  :thumbprint,
  :valid_from,
  :valid_till,
  :certificate_arn,
  :customer_override,
  :customer_override_valid_till)
  SENSITIVE = []
  include Aws::Structure
end

#customer_overrideBoolean

Indicates whether there is an override for the default certificate identifier.

Returns:

  • (Boolean)


753
754
755
756
757
758
759
760
761
762
763
764
# File 'lib/aws-sdk-rds/types.rb', line 753

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_type,
  :thumbprint,
  :valid_from,
  :valid_till,
  :certificate_arn,
  :customer_override,
  :customer_override_valid_till)
  SENSITIVE = []
  include Aws::Structure
end

#customer_override_valid_tillTime

If there is an override for the default certificate identifier, when the override expires.

Returns:

  • (Time)


753
754
755
756
757
758
759
760
761
762
763
764
# File 'lib/aws-sdk-rds/types.rb', line 753

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_type,
  :thumbprint,
  :valid_from,
  :valid_till,
  :certificate_arn,
  :customer_override,
  :customer_override_valid_till)
  SENSITIVE = []
  include Aws::Structure
end

#thumbprintString

The thumbprint of the certificate.

Returns:

  • (String)


753
754
755
756
757
758
759
760
761
762
763
764
# File 'lib/aws-sdk-rds/types.rb', line 753

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_type,
  :thumbprint,
  :valid_from,
  :valid_till,
  :certificate_arn,
  :customer_override,
  :customer_override_valid_till)
  SENSITIVE = []
  include Aws::Structure
end

#valid_fromTime

The starting date from which the certificate is valid.

Returns:

  • (Time)


753
754
755
756
757
758
759
760
761
762
763
764
# File 'lib/aws-sdk-rds/types.rb', line 753

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_type,
  :thumbprint,
  :valid_from,
  :valid_till,
  :certificate_arn,
  :customer_override,
  :customer_override_valid_till)
  SENSITIVE = []
  include Aws::Structure
end

#valid_tillTime

The final date that the certificate continues to be valid.

Returns:

  • (Time)


753
754
755
756
757
758
759
760
761
762
763
764
# File 'lib/aws-sdk-rds/types.rb', line 753

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_type,
  :thumbprint,
  :valid_from,
  :valid_till,
  :certificate_arn,
  :customer_override,
  :customer_override_valid_till)
  SENSITIVE = []
  include Aws::Structure
end