interface AwsConsoleLinkParametersProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DataZone.CfnEnvironmentActionsPropsMixin.AwsConsoleLinkParametersProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdatazone#CfnEnvironmentActionsPropsMixin_AwsConsoleLinkParametersProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnEnvironmentActionsPropsMixin.AwsConsoleLinkParametersProperty |
Python | aws_cdk.cfn_property_mixins.aws_datazone.CfnEnvironmentActionsPropsMixin.AwsConsoleLinkParametersProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_datazone » 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 { aws_datazone as datazone } from '@aws-cdk/cfn-property-mixins';
const awsConsoleLinkParametersProperty: datazone.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