Show / Hide Table of Contents

Class CertificateAuthorityRevocationConfigurationCrlConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CertificateAuthorityRevocationConfigurationCrlConfigurationArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateAuthorityRevocationConfigurationCrlConfigurationArgs : ResourceArgs

Constructors

View Source

CertificateAuthorityRevocationConfigurationCrlConfigurationArgs()

Declaration
public CertificateAuthorityRevocationConfigurationCrlConfigurationArgs()

Properties

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 Input<string> CustomCname { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

ExpirationInDays

Number of days until a certificate expires. Must be between 1 and 5000.

Declaration
public Input<int> ExpirationInDays { get; set; }
Property Value
Type Description
Input<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 Input<string> S3BucketName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.