interface AwsConsoleLinkParametersProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins.CfnEnvironmentActionsPropsMixin.AwsConsoleLinkParametersProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatazone/mixins#CfnEnvironmentActionsPropsMixin_AwsConsoleLinkParametersProperty |
Java | software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnEnvironmentActionsPropsMixin.AwsConsoleLinkParametersProperty |
Python | aws_cdk.mixins_preview.aws_datazone.mixins.CfnEnvironmentActionsPropsMixin.AwsConsoleLinkParametersProperty |
TypeScript | @aws-cdk/mixins-preview » aws_datazone » mixins » CfnEnvironmentActionsPropsMixin » AwsConsoleLinkParametersProperty |
The parameters of the console link specified as part of the environment action.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as datazone_mixins } from '@aws-cdk/mixins-preview/aws-datazone';
const awsConsoleLinkParametersProperty: datazone_mixins.CfnEnvironmentActionsPropsMixin.AwsConsoleLinkParametersProperty = {
uri: 'uri',
};
Properties
| Name | Type | Description |
|---|---|---|
| uri? | string | The URI of the console link specified as part of the environment action. |
uri?
Type:
string
(optional)
The URI of the console link specified as part of the environment action.

.NET
Go
Java
Python
TypeScript