interface CfnEnvironmentActionsProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnEnvironmentActionsProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnEnvironmentActionsProps |
![]() | software.amazon.awscdk.services.datazone.CfnEnvironmentActionsProps |
![]() | aws_cdk.aws_datazone.CfnEnvironmentActionsProps |
![]() | aws-cdk-lib » aws_datazone » CfnEnvironmentActionsProps |
Properties for defining a CfnEnvironmentActions
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from 'aws-cdk-lib';
const cfnEnvironmentActionsProps: datazone.CfnEnvironmentActionsProps = {
name: 'name',
// the properties below are optional
description: 'description',
domainIdentifier: 'domainIdentifier',
environmentIdentifier: 'environmentIdentifier',
identifier: 'identifier',
parameters: {
uri: 'uri',
},
};
Properties
Name | Type | Description |
---|---|---|
name | string | The name of the environment action. |
description? | string | The description of the Amazon DataZone environment action. |
domain | string | The Amazon DataZone domain ID of the environment action. |
environment | string | The environment ID of the environment action. |
identifier? | string | The ID of the environment action. |
parameters? | IResolvable | Aws | The parameters of the console link specified as part of the environment action. |
name
Type:
string
The name of the environment action.
description?
Type:
string
(optional)
The description of the Amazon DataZone environment action.
domainIdentifier?
Type:
string
(optional)
The Amazon DataZone domain ID of the environment action.
environmentIdentifier?
Type:
string
(optional)
The environment ID of the environment action.
identifier?
Type:
string
(optional)
The ID of the environment action.
parameters?
Type:
IResolvable
|
Aws
(optional)
The parameters of the console link specified as part of the environment action.