EnvironmentBlueprintConfigurationItem
The configuration details of an environment blueprint.
Contents
- domainId
-
The identifier of the Amazon DataZone domain in which an environment blueprint exists.
Type: String
Pattern:
^dzd[-_][a-zA-Z0-9_-]{1,36}$
Required: Yes
- environmentBlueprintId
-
The identifier of the environment blueprint.
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$
Required: Yes
- createdAt
-
The timestamp of when an environment blueprint was created.
Type: Timestamp
Required: No
- enabledRegions
-
The enabled AWS Regions specified in a blueprint configuration.
Type: Array of strings
Array Members: Minimum number of 0 items.
Length Constraints: Minimum length of 4. Maximum length of 16.
Pattern:
^[a-z]{2}-?(iso|gov)?-{1}[a-z]*-{1}[0-9]$
Required: No
- environmentRolePermissionBoundary
-
The environment role permission boundary.
Type: String
Pattern:
^arn:aws[^:]*:iam::(aws|\d{12}):policy/[\w+=,.@-]*$
Required: No
- manageAccessRoleArn
-
The ARN of the manage access role specified in the environment blueprint configuration.
Type: String
Pattern:
^arn:aws[^:]*:iam::\d{12}:(role|role/service-role)/[\w+=,.@-]*$
Required: No
- provisioningConfigurations
-
The provisioning configuration of a blueprint.
Type: Array of ProvisioningConfiguration objects
Required: No
- provisioningRoleArn
-
The ARN of the provisioning role specified in the environment blueprint configuration.
Type: String
Pattern:
^arn:aws[^:]*:iam::\d{12}:(role|role/service-role)/[\w+=,.@-]*$
Required: No
- regionalParameters
-
The regional parameters of the environment blueprint.
Type: String to string to string map map
Key Length Constraints: Minimum length of 4. Maximum length of 16.
Key Pattern:
^[a-z]{2}-?(iso|gov)?-{1}[a-z]*-{1}[0-9]$
Required: No
- updatedAt
-
The timestamp of when the environment blueprint was updated.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: