Class CertificateAuthorityCertificateAuthorityConfigurationArgs
Inheritance
System.Object
CertificateAuthorityCertificateAuthorityConfigurationArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateAuthorityCertificateAuthorityConfigurationArgs : ResourceArgs
Constructors
View SourceCertificateAuthorityCertificateAuthorityConfigurationArgs()
Declaration
public CertificateAuthorityCertificateAuthorityConfigurationArgs()
Properties
View SourceKeyAlgorithm
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> |
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> |
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> |