AcmeEndpointSummary
Contains summary information about an ACME endpoint.
Contents
Note
In the following list, the required parameters are described first.
- AcmeEndpointArn
-
The Amazon Resource Name (ARN) of the ACME endpoint.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
arn:aws[a-z-]*:acm:[a-z0-9-]+:[0-9]{12}:acme-endpoint/[a-zA-Z0-9-]+Required: No
- AuthorizationBehavior
-
The authorization behavior of the ACME endpoint.
Type: String
Valid Values:
PRE_APPROVEDRequired: No
- CertificateAuthority
-
The certificate authority configuration for the ACME endpoint.
Type: CertificateAuthority object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- CertificateTags
-
Tags applied to certificates issued through this ACME endpoint.
Type: Array of Tag objects
Array Members: Minimum number of 1 item. Maximum number of 50 items.
Required: No
- Contact
-
Whether ACME clients must provide contact information during account registration.
Type: String
Valid Values:
REQUIRED | NOT_REQUIREDRequired: No
- CreatedAt
-
The time at which the ACME endpoint was created.
Type: Timestamp
Required: No
- EndpointUrl
-
The URL of the ACME endpoint.
Type: String
Required: No
- FailureReason
-
The reason the ACME endpoint failed, if applicable.
Type: String
Required: No
- Status
-
The status of the ACME endpoint.
Type: String
Valid Values:
CREATING | ACTIVE | DELETING | FAILEDRequired: No
- UpdatedAt
-
The time at which the ACME endpoint was last updated.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: