Show / Hide Table of Contents

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 CfnCertificate.IPolicyQualifierInfoProperty
Syntax (vb)
Public Interface CfnCertificate.IPolicyQualifierInfoProperty
Remarks

AWS Private CA supports the certification practice statement (CPS) qualifier.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-policyqualifierinfo.html

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

PolicyQualifierId

Identifies the qualifier modifying a CertPolicyId .

Qualifier

Defines the qualifier type.

Properties

PolicyQualifierId

Identifies the qualifier modifying a CertPolicyId .

string PolicyQualifierId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-policyqualifierinfo.html#cfn-acmpca-certificate-policyqualifierinfo-policyqualifierid

Qualifier

Defines the qualifier type.

object Qualifier { get; }
Property Value

object

Remarks

AWS Private CA supports the use of a URI for a CPS qualifier in this field.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-policyqualifierinfo.html#cfn-acmpca-certificate-policyqualifierinfo-qualifier

Back to top Generated by DocFX