Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PolicyQualifierInfo

import type { PolicyQualifierInfo } from "https://aws-api.deno.dev/v0.4/services/acmpca.ts?docs=full";

Modifies the CertPolicyId of a PolicyInformation object with a qualifier. Amazon Web Services Private CA supports the certification practice statement (CPS) qualifier.

interface PolicyQualifierInfo {
PolicyQualifierId: PolicyQualifierId;
Qualifier: Qualifier;
}

§Properties

§
PolicyQualifierId: PolicyQualifierId
[src]

Identifies the qualifier modifying a CertPolicyId.

§
Qualifier: Qualifier
[src]

Defines the qualifier type. Amazon Web Services Private CA supports the use of a URI for a CPS qualifier in this field.