GetEnvironmentBlueprintConfigurationResult

data class GetEnvironmentBlueprintConfigurationResult(val createdAt: String? = null, val domainId: String? = null, val enabledRegions: List<String>? = null, val environmentBlueprintId: String? = null, val manageAccessRoleArn: String? = null, val provisioningRoleArn: String? = null, val regionalParameters: List<EnvironmentBlueprintConfigurationRegionalParameter>? = null, val updatedAt: String? = null)

Constructors

constructor(createdAt: String? = null, domainId: String? = null, enabledRegions: List<String>? = null, environmentBlueprintId: String? = null, manageAccessRoleArn: String? = null, provisioningRoleArn: String? = null, regionalParameters: List<EnvironmentBlueprintConfigurationRegionalParameter>? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The timestamp of when an environment blueprint was created.

Link copied to clipboard
val domainId: String? = null

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

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

The enabled AWS Regions specified in a blueprint configuration.

Link copied to clipboard

The identifier of the environment blueprint. This identifier should be used when creating environment profiles.

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

The regional parameters of the environment blueprint.

Link copied to clipboard
val updatedAt: String? = null

The timestamp of when the environment blueprint was updated.