Show / Hide Table of Contents

Class GetCertificateAuthorityArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetCertificateAuthorityArgs
Inherited Members
InvokeArgs.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 GetCertificateAuthorityArgs : InvokeArgs

Constructors

View Source

GetCertificateAuthorityArgs()

Declaration
public GetCertificateAuthorityArgs()

Properties

View Source

Arn

Amazon Resource Name (ARN) of the certificate authority.

Declaration
public string Arn { get; set; }
Property Value
Type Description
System.String
View Source

RevocationConfigurations

Nested attribute containing revocation configuration.

  • revocation_configuration.0.crl_configuration - Nested attribute containing configuration of the certificate revocation list (CRL), if any, maintained by the certificate authority.
  • revocation_configuration.0.crl_configuration.0.custom_cname - Name inserted into the certificate CRL Distribution Points extension that enables the use of an alias for the CRL distribution point.
  • revocation_configuration.0.crl_configuration.0.enabled - Boolean value that specifies whether certificate revocation lists (CRLs) are enabled.
  • revocation_configuration.0.crl_configuration.0.expiration_in_days - Number of days until a certificate expires.
  • revocation_configuration.0.crl_configuration.0.s3_bucket_name - Name of the S3 bucket that contains the CRL.
Declaration
public List<GetCertificateAuthorityRevocationConfigurationArgs> RevocationConfigurations { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetCertificateAuthorityRevocationConfigurationArgs>
View Source

Tags

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

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