Class CfnCertificate.QualifierProperty
Defines a PolicyInformation
qualifier.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.ACMPCA
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class QualifierProperty : Object, CfnCertificate.IQualifierProperty
Syntax (vb)
Public Class QualifierProperty
Inherits Object
Implements CfnCertificate.IQualifierProperty
Remarks
AWS Private CA supports the certification practice statement (CPS) qualifier defined in RFC 5280.
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
Qualifier |
Properties
Cps |
Contains a pointer to a certification practice statement (CPS) published by the CA. |
Constructors
QualifierProperty()
public QualifierProperty()
Properties
CpsUri
Contains a pointer to a certification practice statement (CPS) published by the CA.
public string CpsUri { get; set; }
Property Value
System.