Get Project Profile
datazone_get_project_profile | R Documentation |
The details of the project profile¶
Description¶
The details of the project profile.
Usage¶
Arguments¶
domainIdentifier
[required] The ID of the domain.
identifier
[required] The ID of the project profile.
Value¶
A list with the following syntax:
list(
createdAt = as.POSIXct(
"2015-01-01"
),
createdBy = "string",
description = "string",
domainId = "string",
domainUnitId = "string",
environmentConfigurations = list(
list(
awsAccount = list(
awsAccountId = "string",
awsAccountIdPath = "string"
),
awsRegion = list(
regionName = "string",
regionNamePath = "string"
),
configurationParameters = list(
parameterOverrides = list(
list(
isEditable = TRUE|FALSE,
name = "string",
value = "string"
)
),
resolvedParameters = list(
list(
isEditable = TRUE|FALSE,
name = "string",
value = "string"
)
),
ssmPath = "string"
),
deploymentMode = "ON_CREATE"|"ON_DEMAND",
deploymentOrder = 123,
description = "string",
environmentBlueprintId = "string",
id = "string",
name = "string"
)
),
id = "string",
lastUpdatedAt = as.POSIXct(
"2015-01-01"
),
name = "string",
status = "ENABLED"|"DISABLED"
)