Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-environmentactions-awsconsolelinkparameters.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-environmentactions-awsconsolelinkparameters.html#cfn-datazone-environmentactions-awsconsolelinkparameters-uri

Back to top Generated by DocFX