Show / Hide Table of Contents

Class CertificateAuthorityCertificateAuthorityConfiguration

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

Fields

View Source

KeyAlgorithm

Type of the public key algorithm and size, in bits, of the key pair that your key pair creates when it issues a certificate. Valid values can be found in the ACM PCA Documentation.

Declaration
public readonly string KeyAlgorithm
Field Value
Type Description
System.String
View Source

SigningAlgorithm

Name of the algorithm your private CA uses to sign certificate requests. Valid values can be found in the ACM PCA Documentation.

Declaration
public readonly string SigningAlgorithm
Field Value
Type Description
System.String
View Source

Subject

Nested argument that contains X.500 distinguished name information. At least one nested attribute must be specified.

Declaration
public readonly CertificateAuthorityCertificateAuthorityConfigurationSubject Subject
Field Value
Type Description
CertificateAuthorityCertificateAuthorityConfigurationSubject
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.