Show / Hide Table of Contents

Class CfnEnvironmentActions.AwsConsoleLinkParametersProperty

The parameters of the console link specified as part of the environment action.

Inheritance
object
CfnEnvironmentActions.AwsConsoleLinkParametersProperty
Implements
CfnEnvironmentActions.IAwsConsoleLinkParametersProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

Uri

The URI of the console link specified as part of the environment action.

public string? Uri { get; set; }
Property Value

string

Remarks

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

Implements

CfnEnvironmentActions.IAwsConsoleLinkParametersProperty
Back to top Generated by DocFX