Show / Hide Table of Contents

Class CfnPolicyGrant.CreateDomainUnitPolicyGrantDetailProperty

The details of the policy grant.

Inheritance
object
CfnPolicyGrant.CreateDomainUnitPolicyGrantDetailProperty
Implements
CfnPolicyGrant.ICreateDomainUnitPolicyGrantDetailProperty
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.CreateDomainUnitPolicyGrantDetailProperty : CfnPolicyGrant.ICreateDomainUnitPolicyGrantDetailProperty
Syntax (vb)
Public Class CfnPolicyGrant.CreateDomainUnitPolicyGrantDetailProperty Implements CfnPolicyGrant.ICreateDomainUnitPolicyGrantDetailProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createdomainunitpolicygrantdetail.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 createDomainUnitPolicyGrantDetailProperty = new CreateDomainUnitPolicyGrantDetailProperty {
                 IncludeChildDomainUnits = false
             };

Synopsis

Constructors

CreateDomainUnitPolicyGrantDetailProperty()

The details of the policy grant.

Properties

IncludeChildDomainUnits

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

Constructors

CreateDomainUnitPolicyGrantDetailProperty()

The details of the policy grant.

public CreateDomainUnitPolicyGrantDetailProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createdomainunitpolicygrantdetail.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 createDomainUnitPolicyGrantDetailProperty = new CreateDomainUnitPolicyGrantDetailProperty {
                 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-createdomainunitpolicygrantdetail.html#cfn-datazone-policygrant-createdomainunitpolicygrantdetail-includechilddomainunits

Type union: either bool or IResolvable

Implements

CfnPolicyGrant.ICreateDomainUnitPolicyGrantDetailProperty
Back to top Generated by DocFX