Environment Blueprint Configuration Args
data class EnvironmentBlueprintConfigurationArgs(val domainIdentifier: Output<String>? = null, val enabledRegions: Output<List<String>>? = null, val environmentBlueprintIdentifier: Output<String>? = null, val manageAccessRoleArn: Output<String>? = null, val provisioningRoleArn: Output<String>? = null, val regionalParameters: Output<List<EnvironmentBlueprintConfigurationRegionalParameterArgs>>? = null) : ConvertibleToJava<EnvironmentBlueprintConfigurationArgs>
Definition of AWS::DataZone::EnvironmentBlueprintConfiguration Resource Type
Constructors
Link copied to clipboard
constructor(domainIdentifier: Output<String>? = null, enabledRegions: Output<List<String>>? = null, environmentBlueprintIdentifier: Output<String>? = null, manageAccessRoleArn: Output<String>? = null, provisioningRoleArn: Output<String>? = null, regionalParameters: Output<List<EnvironmentBlueprintConfigurationRegionalParameterArgs>>? = null)
Properties
Link copied to clipboard
The identifier of the Amazon DataZone domain in which an environment blueprint exists.
Link copied to clipboard
The enabled AWS Regions specified in a blueprint configuration.
Link copied to clipboard
The identifier of the environment blueprint. In the current release, only the following values are supported: DefaultDataLake
and DefaultDataWarehouse
.
Link copied to clipboard
The ARN of the manage access role.
Link copied to clipboard
The ARN of the provisioning role.
Link copied to clipboard
val regionalParameters: Output<List<EnvironmentBlueprintConfigurationRegionalParameterArgs>>? = null
The regional parameters of the environment blueprint.