Associate Environment Role
datazone_associate_environment_role | R Documentation |
Associates the environment role in Amazon DataZone¶
Description¶
Associates the environment role in Amazon DataZone.
Usage¶
datazone_associate_environment_role(domainIdentifier,
environmentIdentifier, environmentRoleArn)
Arguments¶
domainIdentifier |
[required] The ID of the Amazon DataZone domain in which the environment role is associated. |
environmentIdentifier |
[required] The ID of the Amazon DataZone environment. |
environmentRoleArn |
[required] The ARN of the environment role. |
Value¶
An empty list.
Request syntax¶
svc$associate_environment_role(
domainIdentifier = "string",
environmentIdentifier = "string",
environmentRoleArn = "string"
)