Get Environment Blueprint Configuration
datazone_get_environment_blueprint_configuration | R Documentation |
Gets the blueprint configuration in Amazon DataZone¶
Description¶
Gets the blueprint configuration in Amazon DataZone.
Usage¶
Arguments¶
domainIdentifier
[required] The ID of the Amazon DataZone domain where this blueprint exists.
environmentBlueprintIdentifier
[required] He ID of the blueprint.
Value¶
A list with the following syntax:
list(
createdAt = as.POSIXct(
"2015-01-01"
),
domainId = "string",
enabledRegions = list(
"string"
),
environmentBlueprintId = "string",
manageAccessRoleArn = "string",
provisioningConfigurations = list(
list(
lakeFormationConfiguration = list(
locationRegistrationExcludeS3Locations = list(
"string"
),
locationRegistrationRole = "string"
)
)
),
provisioningRoleArn = "string",
regionalParameters = list(
list(
"string"
)
),
updatedAt = as.POSIXct(
"2015-01-01"
)
)