Show / Hide Table of Contents

Class CfnPolicyGrant.DomainUnitGrantFilterProperty

The grant filter for the domain unit.

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

Constructors

DomainUnitGrantFilterProperty()

The grant filter for the domain unit.

Properties

AllDomainUnitsGrantFilter

Specifies a grant filter containing all domain units.

Constructors

DomainUnitGrantFilterProperty()

The grant filter for the domain unit.

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

Properties

AllDomainUnitsGrantFilter

Specifies a grant filter containing all domain units.

public object AllDomainUnitsGrantFilter { get; set; }
Property Value

object

Remarks

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

Implements

CfnPolicyGrant.IDomainUnitGrantFilterProperty
Back to top Generated by DocFX