Show / Hide Table of Contents

Interface CfnPolicyGrant.IAddToProjectMemberPoolPolicyGrantDetailProperty

The details of the policy grant.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnPolicyGrant.IAddToProjectMemberPoolPolicyGrantDetailProperty
Syntax (vb)
Public Interface CfnPolicyGrant.IAddToProjectMemberPoolPolicyGrantDetailProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-addtoprojectmemberpoolpolicygrantdetail.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.DataZone;

             var addToProjectMemberPoolPolicyGrantDetailProperty = new AddToProjectMemberPoolPolicyGrantDetailProperty {
                 IncludeChildDomainUnits = false
             };

Synopsis

Properties

IncludeChildDomainUnits

Specifies whether the policy grant is applied to child domain units.

Properties

IncludeChildDomainUnits

Specifies whether the policy grant is applied to child domain units.

object? IncludeChildDomainUnits { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-addtoprojectmemberpoolpolicygrantdetail.html#cfn-datazone-policygrant-addtoprojectmemberpoolpolicygrantdetail-includechilddomainunits

Type union: either bool or IResolvable

Back to top Generated by DocFX