Class CertificateAuthorityRevocationConfigurationCrlConfiguration
Inheritance
System.Object
CertificateAuthorityRevocationConfigurationCrlConfiguration
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateAuthorityRevocationConfigurationCrlConfiguration
Fields
View SourceCustomCname
Name inserted into the certificate CRL Distribution Points extension that enables the use of an alias for the CRL distribution point. Use this value if you don't want the name of your S3 bucket to be public.
Declaration
public readonly string CustomCname
Field Value
| Type | Description |
|---|---|
| System.String |
Enabled
Boolean value that specifies whether certificate revocation lists (CRLs) are enabled. Defaults to false.
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ExpirationInDays
Number of days until a certificate expires. Must be between 1 and 5000.
Declaration
public readonly int ExpirationInDays
Field Value
| Type | Description |
|---|---|
| System.Int32 |
S3BucketName
Name of the S3 bucket that contains the CRL. If you do not provide a value for the custom_cname argument, the name of your S3 bucket is placed into the CRL Distribution Points extension of the issued certificate. You must specify a bucket policy that allows ACM PCA to write the CRL to your bucket.
Declaration
public readonly string S3BucketName
Field Value
| Type | Description |
|---|---|
| System.String |