Show / Hide Table of Contents

Interface CfnPolicyGrant.IProjectPolicyGrantPrincipalProperty

The project policy grant principal.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnPolicyGrant.IProjectPolicyGrantPrincipalProperty
Syntax (vb)
Public Interface 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

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.

Properties

ProjectDesignation

The project designation of the project policy grant principal.

string? ProjectDesignation { get; }
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.

object? ProjectGrantFilter { get; }
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.

string? ProjectIdentifier { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX