Class CertificateAuthorityArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Acmpca
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateAuthorityArgs : ResourceArgs
Constructors
View SourceCertificateAuthorityArgs()
Declaration
public CertificateAuthorityArgs()
Properties
View SourceCertificateAuthorityConfiguration
Nested argument containing algorithms and certificate subject information. Defined below.
Declaration
public Input<CertificateAuthorityCertificateAuthorityConfigurationArgs> CertificateAuthorityConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CertificateAuthorityCertificateAuthorityConfigurationArgs> |
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> |
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<CertificateAuthorityRevocationConfigurationArgs> RevocationConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CertificateAuthorityRevocationConfigurationArgs> |
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> |