Class CertificateAuthorityRevocationConfigurationCrlConfigurationArgs
Inheritance
System.Object
CertificateAuthorityRevocationConfigurationCrlConfigurationArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateAuthorityRevocationConfigurationCrlConfigurationArgs : ResourceArgs
Constructors
View SourceCertificateAuthorityRevocationConfigurationCrlConfigurationArgs()
Declaration
public CertificateAuthorityRevocationConfigurationCrlConfigurationArgs()
Properties
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 Input<string> CustomCname { 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> |
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> |
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> |