EnvironmentActionsAwsConsoleLinkParametersArgs

data class EnvironmentActionsAwsConsoleLinkParametersArgs(val uri: Output<String>? = null) : ConvertibleToJava<EnvironmentActionsAwsConsoleLinkParametersArgs>

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

Constructors

constructor(uri: Output<String>? = null)

Properties

Link copied to clipboard
val uri: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): EnvironmentActionsAwsConsoleLinkParametersArgs