Update Environment Profile
| datazone_update_environment_profile | R Documentation |
Updates the specified environment profile in Amazon DataZone¶
Description¶
Updates the specified environment profile in Amazon DataZone.
Usage¶
datazone_update_environment_profile(awsAccountId, awsAccountRegion,
description, domainIdentifier, identifier, name, userParameters)
Arguments¶
awsAccountIdThe Amazon Web Services account in which a specified environment profile is to be udpated.
awsAccountRegionThe Amazon Web Services Region in which a specified environment profile is to be updated.
descriptionThe description to be updated as part of the
update_environment_profileaction.domainIdentifier[required] The identifier of the Amazon DataZone domain in which an environment profile is to be updated.
identifier[required] The identifier of the environment profile that is to be updated.
nameThe name to be updated as part of the
update_environment_profileaction.userParametersThe user parameters to be updated as part of the
update_environment_profileaction.
Value¶
A list with the following syntax:
list(
awsAccountId = "string",
awsAccountRegion = "string",
createdAt = as.POSIXct(
"2015-01-01"
),
createdBy = "string",
description = "string",
domainId = "string",
environmentBlueprintId = "string",
id = "string",
name = "string",
projectId = "string",
updatedAt = as.POSIXct(
"2015-01-01"
),
userParameters = list(
list(
defaultValue = "string",
description = "string",
fieldType = "string",
isEditable = TRUE|FALSE,
isOptional = TRUE|FALSE,
keyName = "string"
)
)
)