interface AwsConsoleLinkParametersProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_datazone.CfnEnvironmentActions.AwsConsoleLinkParametersProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnEnvironmentActions_AwsConsoleLinkParametersProperty |
Java | software.amazon.awscdk.services.datazone.CfnEnvironmentActions.AwsConsoleLinkParametersProperty |
Python | aws_cdk.aws_datazone.CfnEnvironmentActions.AwsConsoleLinkParametersProperty |
TypeScript | aws-cdk-lib » aws_datazone » CfnEnvironmentActions » 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 { aws_datazone as datazone } from 'aws-cdk-lib';
const awsConsoleLinkParametersProperty: datazone.CfnEnvironmentActions.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.