EnvironmentBlueprintConfigurationArgs

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
val domainIdentifier: Output<String>? = null

The identifier of the Amazon DataZone domain in which an environment blueprint exists.

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

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
val manageAccessRoleArn: Output<String>? = null

The ARN of the manage access role.

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

The ARN of the provisioning role.

Link copied to clipboard

The regional parameters of the environment blueprint.

Functions

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