Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IApplicationPoliciesProperty

Application policies describe what the certificate can be used for.

Namespace: Amazon.CDK.Mixins.Preview.AWS.PCAConnectorAD.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IApplicationPoliciesProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IApplicationPoliciesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-applicationpolicies.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.Mixins.Preview.AWS.PCAConnectorAD.Mixins;

             var applicationPoliciesProperty = new ApplicationPoliciesProperty {
                 Critical = false,
                 Policies = new [] { new ApplicationPolicyProperty {
                     PolicyObjectIdentifier = "policyObjectIdentifier",
                     PolicyType = "policyType"
                 } }
             };

Synopsis

Properties

Critical

Marks the application policy extension as critical.

Policies

Application policies describe what the certificate can be used for.

Properties

Critical

Marks the application policy extension as critical.

object? Critical { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-applicationpolicies.html#cfn-pcaconnectorad-template-applicationpolicies-critical

Type union: either bool or IResolvable

Policies

Application policies describe what the certificate can be used for.

object? Policies { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-applicationpolicies.html#cfn-pcaconnectorad-template-applicationpolicies-policies

Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IApplicationPolicyProperty)[]

Back to top Generated by DocFX