Struct aws_sdk_acm::model::certificate_detail::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CertificateDetail
Implementations
The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
The fully qualified domain name for the certificate, such as www.example.com or example.com.
The fully qualified domain name for the certificate, such as www.example.com or example.com.
Appends an item to subject_alternative_names
.
To override the contents of this collection use set_subject_alternative_names
.
One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.
One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.
Appends an item to domain_validation_options
.
To override the contents of this collection use set_domain_validation_options
.
Contains information about the initial validation of each domain name that occurs as a
result of the RequestCertificate request. This field exists only when the
certificate type is AMAZON_ISSUED
.
Contains information about the initial validation of each domain name that occurs as a
result of the RequestCertificate request. This field exists only when the
certificate type is AMAZON_ISSUED
.
The serial number of the certificate.
The name of the entity that is associated with the public key contained in the certificate.
The name of the entity that is associated with the public key contained in the certificate.
The name of the certificate authority that issued and signed the certificate.
The name of the certificate authority that issued and signed the certificate.
The time at which the certificate was requested.
The time at which the certificate was requested.
The time at which the certificate was issued. This value exists only when the certificate
type is AMAZON_ISSUED
.
The time at which the certificate was issued. This value exists only when the certificate
type is AMAZON_ISSUED
.
The date and time at which the certificate was imported. This value exists only when the
certificate type is IMPORTED
.
The date and time at which the certificate was imported. This value exists only when the
certificate type is IMPORTED
.
The status of the certificate.
The status of the certificate.
The time at which the certificate was revoked. This value exists only when the certificate
status is REVOKED
.
The time at which the certificate was revoked. This value exists only when the certificate
status is REVOKED
.
The reason the certificate was revoked. This value exists only when the certificate status
is REVOKED
.
The reason the certificate was revoked. This value exists only when the certificate status
is REVOKED
.
The time before which the certificate is not valid.
The time before which the certificate is not valid.
The time after which the certificate is not valid.
The time after which the certificate is not valid.
The algorithm that was used to generate the public-private key pair.
The algorithm that was used to generate the public-private key pair.
The algorithm that was used to sign the certificate.
The algorithm that was used to sign the certificate.
Appends an item to in_use_by
.
To override the contents of this collection use set_in_use_by
.
A list of ARNs for the Amazon Web Services resources that are using the certificate. A certificate can be used by multiple Amazon Web Services resources.
A list of ARNs for the Amazon Web Services resources that are using the certificate. A certificate can be used by multiple Amazon Web Services resources.
The reason the certificate request failed. This value exists only when the certificate
status is FAILED
. For more information, see Certificate Request
Failed in the Amazon Web Services Certificate Manager User Guide.
The reason the certificate request failed. This value exists only when the certificate
status is FAILED
. For more information, see Certificate Request
Failed in the Amazon Web Services Certificate Manager User Guide.
The source of the certificate. For certificates provided by ACM, this value is
AMAZON_ISSUED
. For certificates that you imported with ImportCertificate, this value is IMPORTED
. ACM does not provide
managed renewal for
imported certificates. For more information about the differences between certificates that
you import and those that ACM provides, see Importing Certificates in the
Amazon Web Services Certificate Manager User Guide.
The source of the certificate. For certificates provided by ACM, this value is
AMAZON_ISSUED
. For certificates that you imported with ImportCertificate, this value is IMPORTED
. ACM does not provide
managed renewal for
imported certificates. For more information about the differences between certificates that
you import and those that ACM provides, see Importing Certificates in the
Amazon Web Services Certificate Manager User Guide.
Contains information about the status of ACM's managed renewal for the certificate. This field
exists only when the certificate type is AMAZON_ISSUED
.
Contains information about the status of ACM's managed renewal for the certificate. This field
exists only when the certificate type is AMAZON_ISSUED
.
Appends an item to key_usages
.
To override the contents of this collection use set_key_usages
.
A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.
A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.
Appends an item to extended_key_usages
.
To override the contents of this collection use set_extended_key_usages
.
Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).
Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).
The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
Specifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the RenewCertificate command.
Specifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the RenewCertificate command.
Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.
Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.
Consumes the builder and constructs a CertificateDetail
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more