Class CfnCertificate.QualifierProperty
Defines a PolicyInformation
qualifier.
Implements
Inherited Members
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.
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 |
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.
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; }