Class CfnPolicyGrant.CreateDomainUnitPolicyGrantDetailProperty
The details of the policy grant.
Inherited Members
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
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
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; }