datazone_update_environment_action: Updates an environment action

View source: R/datazone_operations.R

datazone_update_environment_actionR Documentation

Updates an environment action

Description

Updates an environment action.

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

Usage

datazone_update_environment_action(
  domainIdentifier,
  environmentIdentifier,
  identifier,
  parameters = NULL,
  name = NULL,
  description = NULL
)

Arguments

domainIdentifier

[required] The domain ID of the environment action.

environmentIdentifier

[required] The environment ID of the environment action.

identifier

[required] The ID of the environment action.

parameters

The parameters of the environment action.

name

The name of the environment action.

description

The description of the environment action.


paws.analytics documentation built on May 30, 2026, 9:16 a.m.