Show / Hide Table of Contents

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 Source

CustomCname

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
View Source

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>
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.