View source: R/datazone_operations.R
datazone_put_environment_blueprint_configuration | R Documentation |
Writes the configuration for the specified environment blueprint in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_put_environment_blueprint_configuration/ for full documentation.
datazone_put_environment_blueprint_configuration(
domainIdentifier,
enabledRegions,
environmentBlueprintIdentifier,
environmentRolePermissionBoundary = NULL,
manageAccessRoleArn = NULL,
provisioningConfigurations = NULL,
provisioningRoleArn = NULL,
regionalParameters = NULL
)
domainIdentifier |
[required] The identifier of the Amazon DataZone domain. |
enabledRegions |
[required] Specifies the enabled Amazon Web Services Regions. |
environmentBlueprintIdentifier |
[required] The identifier of the environment blueprint. |
environmentRolePermissionBoundary |
The environment role permissions boundary. |
manageAccessRoleArn |
The ARN of the manage access role. |
provisioningConfigurations |
The provisioning configuration of a blueprint. |
provisioningRoleArn |
The ARN of the provisioning role. |
regionalParameters |
The regional parameters in the environment blueprint. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.