Show / Hide Table of Contents

Interface CfnPolicyGrant.IDomainUnitGrantFilterProperty

The grant filter for the domain unit.

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

In the current release of Amazon DataZone, the only supported filter is the allDomainUnitsGrantFilter .

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

             var domainUnitGrantFilterProperty = new DomainUnitGrantFilterProperty {
                 AllDomainUnitsGrantFilter = allDomainUnitsGrantFilter
             };

Synopsis

Properties

AllDomainUnitsGrantFilter

Specifies a grant filter containing all domain units.

Properties

AllDomainUnitsGrantFilter

Specifies a grant filter containing all domain units.

object AllDomainUnitsGrantFilter { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX