Skip to content

Get Environment Action

datazone_get_environment_action R Documentation

Gets the specified environment action

Description

Gets the specified environment action.

Usage

datazone_get_environment_action(domainIdentifier, environmentIdentifier,
  identifier)

Arguments

domainIdentifier

[required] The ID of the Amazon DataZone domain in which the get_environment_action API is invoked.

environmentIdentifier

[required] The environment ID of the environment action.

identifier

[required] The ID of the environment action

Value

A list with the following syntax:

list(
  description = "string",
  domainId = "string",
  environmentId = "string",
  id = "string",
  name = "string",
  parameters = list(
    awsConsoleLink = list(
      uri = "string"
    )
  )
)

Request syntax

svc$get_environment_action(
  domainIdentifier = "string",
  environmentIdentifier = "string",
  identifier = "string"
)