Show / Hide Table of Contents

Class CfnPolicyGrant.AddToProjectMemberPoolPolicyGrantDetailProperty

The details of the policy grant.

Inheritance
object
CfnPolicyGrant.AddToProjectMemberPoolPolicyGrantDetailProperty
Implements
CfnPolicyGrant.IAddToProjectMemberPoolPolicyGrantDetailProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPolicyGrant.AddToProjectMemberPoolPolicyGrantDetailProperty : CfnPolicyGrant.IAddToProjectMemberPoolPolicyGrantDetailProperty
Syntax (vb)
Public Class CfnPolicyGrant.AddToProjectMemberPoolPolicyGrantDetailProperty Implements 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

Constructors

AddToProjectMemberPoolPolicyGrantDetailProperty()

The details of the policy grant.

Properties

IncludeChildDomainUnits

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

Constructors

AddToProjectMemberPoolPolicyGrantDetailProperty()

The details of the policy grant.

public AddToProjectMemberPoolPolicyGrantDetailProperty()
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
             };

Properties

IncludeChildDomainUnits

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

public object? IncludeChildDomainUnits { get; set; }
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

Implements

CfnPolicyGrant.IAddToProjectMemberPoolPolicyGrantDetailProperty
Back to top Generated by DocFX