interface IEnvironmentActionsRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_datazone.IEnvironmentActionsRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#IEnvironmentActionsRef |
Java | software.amazon.awscdk.services.datazone.IEnvironmentActionsRef |
Python | aws_cdk.aws_datazone.IEnvironmentActionsRef |
TypeScript | aws-cdk-lib » aws_datazone » IEnvironmentActionsRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a EnvironmentActions.
Properties
| Name | Type | Description |
|---|---|---|
| environment | Environment | A reference to a EnvironmentActions resource. |
| node | Node | The tree node. |
environmentActionsRef
Type:
Environment
A reference to a EnvironmentActions resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript