AWS Fundamentals Logo
AWS Fundamentals
AWS::DataZone::EnvironmentActions

DataZone EnvironmentActions

Definition of AWS::DataZone::EnvironmentActions Resource Type

Properties

6 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
Description
string
DomainIdentifier
string
Create-onlyWrite-only
EnvironmentIdentifier
string
Create-onlyWrite-only
Identifier
string
Write-only
Parameters
AwsConsoleLinkParameters

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
DomainIdstringThe identifier of the Amazon DataZone domain in which the environment is created.
EnvironmentIdstringThe identifier of the Amazon DataZone environment in which the action is taking place
IdstringThe ID of the Amazon DataZone environment action.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DataZone::EnvironmentActions

Resources:
  MyResource:
    Type: AWS::DataZone::EnvironmentActions
    Properties:
      Name: "my-name"
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

datazone:CreateEnvironmentActiondatazone:GetEnvironmentActiondatazone:DeleteEnvironmentAction

read

datazone:GetEnvironmentAction

update

datazone:UpdateEnvironmentActiondatazone:GetEnvironmentActiondatazone:DeleteEnvironmentAction

delete

datazone:DeleteEnvironmentActiondatazone:GetEnvironmentAction

list

datazone:ListEnvironmentActions

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceDataZone
Properties9
Required1
TaggingNot supported
Primary IDDomainId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DomainIdentifierEnvironmentIdentifier

External Links