Show / Hide Table of Contents

Class CertificateAuthorityCertificateAuthorityConfigurationArgs

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

Constructors

View Source

CertificateAuthorityCertificateAuthorityConfigurationArgs()

Declaration
public CertificateAuthorityCertificateAuthorityConfigurationArgs()

Properties

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 Input<string> KeyAlgorithm { get; set; }
Property Value
Type Description
Input<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 Input<string> SigningAlgorithm { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Subject

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

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