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¶
awsAccountId
The Amazon Web Services account in which a specified environment profile is to be udpated.
awsAccountRegion
The Amazon Web Services Region in which a specified environment profile is to be updated.
description
The description to be updated as part of the
update_environment_profile
action.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.
name
The name to be updated as part of the
update_environment_profile
action.userParameters
The user parameters to be updated as part of the
update_environment_profile
action.
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"
)
)
)