datazone_create_environment_action: Creates an action for the environment, for example, creates a...

View source: R/datazone_operations.R

datazone_create_environment_actionR Documentation

Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment

Description

Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment.

See https://www.paws-r-sdk.com/docs/datazone_create_environment_action/ for full documentation.

Usage

datazone_create_environment_action(
  description = NULL,
  domainIdentifier,
  environmentIdentifier,
  name,
  parameters
)

Arguments

description

The description of the environment action that is being created in the environment.

domainIdentifier

[required] The ID of the Amazon DataZone domain in which the environment action is created.

environmentIdentifier

[required] The ID of the environment in which the environment action is created.

name

[required] The name of the environment action.

parameters

[required] The parameters of the environment action.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.