Class GetCertificateAuthorityArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetCertificateAuthorityArgs : InvokeArgs
Constructors
View SourceGetCertificateAuthorityArgs()
Declaration
public GetCertificateAuthorityArgs()
Properties
View SourceArn
Amazon Resource Name (ARN) of the certificate authority.
Declaration
public string Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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> |
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> |