AWS::DataZone::EnvironmentActionsThe 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 { CfnEnvironmentActions } from 'aws-cdk-lib/aws-datazone';Or use the module namespace:
import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnEnvironmentActionsConfiguration passed to the constructor as CfnEnvironmentActionsProps.
nameRequiredstringThe name of the environment action.
descriptionOptionalstringThe environment action description.
domainIdentifierOptionalstringThe Amazon DataZone domain ID of the environment action.
environmentIdentifierOptionalstringThe environment ID of the environment action.
identifierOptionalstringThe ID of the environment action.
parametersOptionalIResolvable | AwsConsoleLinkParametersPropertyThe parameters of the environment action.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-datazoneAWS::DataZone::EnvironmentActions