Class CfnEnvironmentActions.AwsConsoleLinkParametersProperty
The parameters of the console link specified as part of the environment action.
Inherited Members
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEnvironmentActions.AwsConsoleLinkParametersProperty : CfnEnvironmentActions.IAwsConsoleLinkParametersProperty
Syntax (vb)
Public Class CfnEnvironmentActions.AwsConsoleLinkParametersProperty Implements 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
Constructors
| AwsConsoleLinkParametersProperty() | The parameters 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. |
Constructors
AwsConsoleLinkParametersProperty()
The parameters of the console link specified as part of the environment action.
public AwsConsoleLinkParametersProperty()
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"
};
Properties
Uri
The URI of the console link specified as part of the environment action.
public string? Uri { get; set; }