Class CertificateAuthorityState
Inherited Members
Namespace: Pulumi.Aws.Acmpca
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateAuthorityState : ResourceArgs
Constructors
View SourceCertificateAuthorityState()
Declaration
public CertificateAuthorityState()
Properties
View SourceArn
Amazon Resource Name (ARN) of the certificate authority.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Certificate
Base64-encoded certificate authority (CA) certificate. Only available after the certificate authority certificate has been imported.
Declaration
public Input<string> Certificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CertificateAuthorityConfiguration
Nested argument containing algorithms and certificate subject information. Defined below.
Declaration
public Input<CertificateAuthorityCertificateAuthorityConfigurationGetArgs> CertificateAuthorityConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CertificateAuthorityCertificateAuthorityConfigurationGetArgs> |
CertificateChain
Base64-encoded certificate chain that includes any intermediate certificates and chains up to root on-premises certificate that you used to sign your private CA certificate. The chain does not include your private CA certificate. Only available after the certificate authority certificate has been imported.
Declaration
public Input<string> CertificateChain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CertificateSigningRequest
The base64 PEM-encoded certificate signing request (CSR) for your private CA certificate.
Declaration
public Input<string> CertificateSigningRequest { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Enabled
Boolean value that specifies whether certificate revocation lists (CRLs) are enabled. Defaults to false.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
NotAfter
Date and time after which the certificate authority is not valid. Only available after the certificate authority certificate has been imported.
Declaration
public Input<string> NotAfter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NotBefore
Date and time before which the certificate authority is not valid. Only available after the certificate authority certificate has been imported.
Declaration
public Input<string> NotBefore { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PermanentDeletionTimeInDays
The number of days to make a CA restorable after it has been deleted, must be between 7 to 30 days, with default to 30 days.
Declaration
public Input<int> PermanentDeletionTimeInDays { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RevocationConfiguration
Nested argument containing revocation configuration. Defined below.
Declaration
public Input<CertificateAuthorityRevocationConfigurationGetArgs> RevocationConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CertificateAuthorityRevocationConfigurationGetArgs> |
Serial
Serial number of the certificate authority. Only available after the certificate authority certificate has been imported.
Declaration
public Input<string> Serial { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
Status of the certificate authority.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Specifies a key-value map of user-defined tags that are attached to the certificate authority.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Type
The type of the certificate authority. Defaults to SUBORDINATE. Valid values: ROOT and SUBORDINATE.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |