Interface CfnEnvironmentActions.IAwsConsoleLinkParametersProperty
The parameters of the console link specified as part of the environment action.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnEnvironmentActions.IAwsConsoleLinkParametersProperty
Syntax (vb)
Public Interface CfnEnvironmentActions.IAwsConsoleLinkParametersProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataZone;
var awsConsoleLinkParametersProperty = new AwsConsoleLinkParametersProperty {
Uri = "uri"
};
Synopsis
Properties
| Uri | The URI of the console link specified as part of the environment action. |
Properties
Uri
The URI of the console link specified as part of the environment action.
string? Uri { get; }