Show / Hide Table of Contents

Class CertificateAuthorityRevocationConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CertificateAuthorityRevocationConfigurationArgs
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 CertificateAuthorityRevocationConfigurationArgs : ResourceArgs

Constructors

View Source

CertificateAuthorityRevocationConfigurationArgs()

Declaration
public CertificateAuthorityRevocationConfigurationArgs()

Properties

View Source

CrlConfiguration

Nested argument containing configuration of the certificate revocation list (CRL), if any, maintained by the certificate authority. Defined below.

Declaration
public Input<CertificateAuthorityRevocationConfigurationCrlConfigurationArgs> CrlConfiguration { get; set; }
Property Value
Type Description
Input<CertificateAuthorityRevocationConfigurationCrlConfigurationArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.