Interface CfnCertificate.IPolicyQualifierInfoProperty
Modifies the CertPolicyId
of a PolicyInformation
object with a qualifier.
Namespace: Amazon.CDK.AWS.ACMPCA
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPolicyQualifierInfoProperty
Syntax (vb)
Public Interface IPolicyQualifierInfoProperty
Remarks
AWS Private CA supports the certification practice statement (CPS) qualifier.
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 policyQualifierInfoProperty = new PolicyQualifierInfoProperty {
PolicyQualifierId = "policyQualifierId",
Qualifier = new QualifierProperty {
CpsUri = "cpsUri"
}
};
Synopsis
Properties
Policy |
Identifies the qualifier modifying a |
Qualifier | Defines the qualifier type. |
Properties
PolicyQualifierId
Identifies the qualifier modifying a CertPolicyId
.
string PolicyQualifierId { get; }
Property Value
System.
Remarks
Qualifier
Defines the qualifier type.
object Qualifier { get; }
Property Value
System.
Remarks
AWS Private CA supports the use of a URI for a CPS qualifier in this field.