Show / Hide Table of Contents

Class CfnCertificate.QualifierProperty

Defines a PolicyInformation qualifier.

Inheritance
object
CfnCertificate.QualifierProperty
Implements
CfnCertificate.IQualifierProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.ACMPCA
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCertificate.QualifierProperty : CfnCertificate.IQualifierProperty
Syntax (vb)
Public Class CfnCertificate.QualifierProperty Implements CfnCertificate.IQualifierProperty
Remarks

AWS Private CA supports the certification practice statement (CPS) qualifier defined in RFC 5280.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-qualifier.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.ACMPCA;

             var qualifierProperty = new QualifierProperty {
                 CpsUri = "cpsUri"
             };

Synopsis

Constructors

QualifierProperty()

Defines a PolicyInformation qualifier.

Properties

CpsUri

Contains a pointer to a certification practice statement (CPS) published by the CA.

Constructors

QualifierProperty()

Defines a PolicyInformation qualifier.

public QualifierProperty()
Remarks

AWS Private CA supports the certification practice statement (CPS) qualifier defined in RFC 5280.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-qualifier.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.ACMPCA;

             var qualifierProperty = new QualifierProperty {
                 CpsUri = "cpsUri"
             };

Properties

CpsUri

Contains a pointer to a certification practice statement (CPS) published by the CA.

public string CpsUri { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-qualifier.html#cfn-acmpca-certificate-qualifier-cpsuri

Implements

CfnCertificate.IQualifierProperty
Back to top Generated by DocFX