This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::DataZone::PolicyGrant ProjectPolicyGrantPrincipal
The project policy grant principal.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ProjectDesignation" :
String
, "ProjectGrantFilter" :ProjectGrantFilter
, "ProjectIdentifier" :String
}
YAML
ProjectDesignation:
String
ProjectGrantFilter:ProjectGrantFilter
ProjectIdentifier:String
Properties
ProjectDesignation
-
The project designation of the project policy grant principal.
Required: No
Type: String
Allowed values:
OWNER | CONTRIBUTOR | PROJECT_CATALOG_STEWARD
Update requires: Replacement
ProjectGrantFilter
-
The project grant filter of the project policy grant principal.
Required: No
Type: ProjectGrantFilter
Update requires: Replacement
ProjectIdentifier
-
The project ID of the project policy grant principal.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$
Update requires: Replacement