Show / Hide Table of Contents

Class CfnPolicyGrant.ProjectPolicyGrantPrincipalProperty

The project policy grant principal.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-projectpolicygrantprincipal.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 projectPolicyGrantPrincipalProperty = new ProjectPolicyGrantPrincipalProperty {
                 ProjectDesignation = "projectDesignation",
                 ProjectGrantFilter = new ProjectGrantFilterProperty {
                     DomainUnitFilter = new DomainUnitFilterForProjectProperty {
                         DomainUnit = "domainUnit",

                         // the properties below are optional
                         IncludeChildDomainUnits = false
                     }
                 },
                 ProjectIdentifier = "projectIdentifier"
             };

Synopsis

Constructors

ProjectPolicyGrantPrincipalProperty()

The project policy grant principal.

Properties

ProjectDesignation

The project designation of the project policy grant principal.

ProjectGrantFilter

The project grant filter of the project policy grant principal.

ProjectIdentifier

The project ID of the project policy grant principal.

Constructors

ProjectPolicyGrantPrincipalProperty()

The project policy grant principal.

public ProjectPolicyGrantPrincipalProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-projectpolicygrantprincipal.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 projectPolicyGrantPrincipalProperty = new ProjectPolicyGrantPrincipalProperty {
                 ProjectDesignation = "projectDesignation",
                 ProjectGrantFilter = new ProjectGrantFilterProperty {
                     DomainUnitFilter = new DomainUnitFilterForProjectProperty {
                         DomainUnit = "domainUnit",

                         // the properties below are optional
                         IncludeChildDomainUnits = false
                     }
                 },
                 ProjectIdentifier = "projectIdentifier"
             };

Properties

ProjectDesignation

The project designation of the project policy grant principal.

public string? ProjectDesignation { get; set; }
Property Value

string

Remarks

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

ProjectGrantFilter

The project grant filter of the project policy grant principal.

public object? ProjectGrantFilter { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnPolicyGrant.IProjectGrantFilterProperty

ProjectIdentifier

The project ID of the project policy grant principal.

public string? ProjectIdentifier { get; set; }
Property Value

string

Remarks

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

Implements

CfnPolicyGrant.IProjectPolicyGrantPrincipalProperty
Back to top Generated by DocFX