AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataZone::EnvironmentActions

CfnEnvironmentActions

The details about the specified action configured for an environment. For example, the details of the specified console links for an analytics tool that is available in this environment.

Import

import { CfnEnvironmentActions } from 'aws-cdk-lib/aws-datazone';

Or use the module namespace:

import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnEnvironmentActions

Properties

Configuration passed to the constructor as CfnEnvironmentActionsProps.

nameRequired
string

The name of the environment action.

descriptionOptional
string

The environment action description.

domainIdentifierOptional
string

The Amazon DataZone domain ID of the environment action.

environmentIdentifierOptional
string

The environment ID of the environment action.

identifierOptional
string

The ID of the environment action.

parametersOptional
IResolvable | AwsConsoleLinkParametersProperty

The parameters of the environment action.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter