Environment Args
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
The description of the Amazon DataZone environment.
Link copied to clipboard
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
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
Environment role arn for custom aws environment permissions
Link copied to clipboard
The glossary terms that can be used in the Amazon DataZone environment.
Link copied to clipboard
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.