EnvironmentArgs

data class EnvironmentArgs(val description: Output<String>? = null, val domainIdentifier: Output<String>? = null, val environmentAccountIdentifier: Output<String>? = null, val environmentAccountRegion: Output<String>? = null, val environmentProfileIdentifier: Output<String>? = null, val environmentRoleArn: Output<String>? = null, val glossaryTerms: Output<List<String>>? = null, val name: Output<String>? = null, val projectIdentifier: Output<String>? = null, val userParameters: Output<List<EnvironmentParameterArgs>>? = null) : ConvertibleToJava<EnvironmentArgs>

Definition of AWS::DataZone::Environment Resource Type

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, domainIdentifier: Output<String>? = null, environmentAccountIdentifier: Output<String>? = null, environmentAccountRegion: Output<String>? = null, environmentProfileIdentifier: Output<String>? = null, environmentRoleArn: Output<String>? = null, glossaryTerms: Output<List<String>>? = null, name: Output<String>? = null, projectIdentifier: Output<String>? = null, userParameters: Output<List<EnvironmentParameterArgs>>? = null)

Properties

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

The description of the Amazon DataZone environment.

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

The AWS account in which the Amazon DataZone environment is created.

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

The AWS region in which the Amazon DataZone environment is created.

Link copied to clipboard

The ID of the environment profile with which the Amazon DataZone environment would be created.

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

Environment role arn for custom aws environment permissions

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

The glossary terms that can be used in the Amazon DataZone environment.

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

The name of the environment.

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

The ID of the Amazon DataZone project in which the environment would be created.

Link copied to clipboard

The user parameters of the Amazon DataZone environment.

Functions

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