Class CfnPolicyGrant.ProjectPolicyGrantPrincipalProperty
The project policy grant principal.
Inherited Members
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
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
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
Remarks
ProjectGrantFilter
The project grant filter of the project policy grant principal.
public object? ProjectGrantFilter { get; set; }
Property Value
Remarks
ProjectIdentifier
The project ID of the project policy grant principal.
public string? ProjectIdentifier { get; set; }