Environment Profile Args
data class EnvironmentProfileArgs(val awsAccountId: Output<String>? = null, val awsAccountRegion: Output<String>? = null, val description: Output<String>? = null, val domainIdentifier: Output<String>? = null, val environmentBlueprintIdentifier: Output<String>? = null, val name: Output<String>? = null, val projectIdentifier: Output<String>? = null, val userParameters: Output<List<EnvironmentProfileEnvironmentParameterArgs>>? = null) : ConvertibleToJava<EnvironmentProfileArgs>
AWS Datazone Environment Profile is pre-configured set of resources and blueprints that provide reusable templates for creating environments.
Constructors
Link copied to clipboard
constructor(awsAccountId: Output<String>? = null, awsAccountRegion: Output<String>? = null, description: Output<String>? = null, domainIdentifier: Output<String>? = null, environmentBlueprintIdentifier: Output<String>? = null, name: Output<String>? = null, projectIdentifier: Output<String>? = null, userParameters: Output<List<EnvironmentProfileEnvironmentParameterArgs>>? = null)
Properties
Link copied to clipboard
The AWS account in which the Amazon DataZone environment is created.
Link copied to clipboard
The AWS region in which this environment profile is created.
Link copied to clipboard
The description of this Amazon DataZone environment profile.
Link copied to clipboard
The ID of the Amazon DataZone domain in which this environment profile is created.
Link copied to clipboard
The ID of the blueprint with which this environment profile is created.
Link copied to clipboard
The identifier of the project in which to create the environment profile.
Link copied to clipboard
The user parameters of this Amazon DataZone environment profile.