Show / Hide Table of Contents

Class CertificateAuthorityArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CertificateAuthorityArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateAuthorityArgs : ResourceArgs

Constructors

View Source

CertificateAuthorityArgs()

Declaration
public CertificateAuthorityArgs()

Properties

View Source

CertificateAuthorityConfiguration

Nested argument containing algorithms and certificate subject information. Defined below.

Declaration
public Input<CertificateAuthorityCertificateAuthorityConfigurationArgs> CertificateAuthorityConfiguration { get; set; }
Property Value
Type Description
Input<CertificateAuthorityCertificateAuthorityConfigurationArgs>
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

PermanentDeletionTimeInDays

The number of days to make a CA restorable after it has been deleted, must be between 7 to 30 days, with default to 30 days.

Declaration
public Input<int> PermanentDeletionTimeInDays { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RevocationConfiguration

Nested argument containing revocation configuration. Defined below.

Declaration
public Input<CertificateAuthorityRevocationConfigurationArgs> RevocationConfiguration { get; set; }
Property Value
Type Description
Input<CertificateAuthorityRevocationConfigurationArgs>
View Source

Tags

Specifies a key-value map of user-defined tags that are attached to the certificate authority.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Type

The type of the certificate authority. Defaults to SUBORDINATE. Valid values: ROOT and SUBORDINATE.

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