interface QualifierProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ACMPCA.CfnCertificate.QualifierProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsacmpca#CfnCertificate_QualifierProperty |
![]() | software.amazon.awscdk.services.acmpca.CfnCertificate.QualifierProperty |
![]() | aws_cdk.aws_acmpca.CfnCertificate.QualifierProperty |
![]() | aws-cdk-lib » aws_acmpca » CfnCertificate » QualifierProperty |
Defines a PolicyInformation
qualifier.
AWS Private CA supports the certification practice statement (CPS) qualifier defined in RFC 5280.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_acmpca as acmpca } from 'aws-cdk-lib';
const qualifierProperty: acmpca.CfnCertificate.QualifierProperty = {
cpsUri: 'cpsUri',
};
Properties
Name | Type | Description |
---|---|---|
cps | string | Contains a pointer to a certification practice statement (CPS) published by the CA. |
cpsUri
Type:
string
Contains a pointer to a certification practice statement (CPS) published by the CA.