EnvironmentActionsArgs

data class EnvironmentActionsArgs(val description: Output<String>? = null, val domainIdentifier: Output<String>? = null, val environmentIdentifier: Output<String>? = null, val identifier: Output<String>? = null, val name: Output<String>? = null, val parameters: Output<EnvironmentActionsAwsConsoleLinkParametersArgs>? = null) : ConvertibleToJava<EnvironmentActionsArgs>

Definition of AWS::DataZone::EnvironmentActions Resource Type

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, domainIdentifier: Output<String>? = null, environmentIdentifier: Output<String>? = null, identifier: Output<String>? = null, name: Output<String>? = null, parameters: Output<EnvironmentActionsAwsConsoleLinkParametersArgs>? = null)

Properties

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

The description of the Amazon DataZone environment action.

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

The identifier of the Amazon DataZone domain in which the environment would be created.

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

The identifier of the Amazon DataZone environment in which the action is taking place

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

The ID of the Amazon DataZone environment action.

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

The name of the environment action.

Link copied to clipboard

The parameters of the environment action.

Functions

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