Class: Aws::DataZone::Types::EnvironmentBlueprintConfigurationItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::EnvironmentBlueprintConfigurationItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The configuration details of an environment blueprint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when an environment blueprint was created.
-
#domain_id ⇒ String
The identifier of the Amazon DataZone domain in which an environment blueprint exists.
-
#enabled_regions ⇒ Array<String>
The enabled Amazon Web Services Regions specified in a blueprint configuration.
-
#environment_blueprint_id ⇒ String
The identifier of the environment blueprint.
-
#manage_access_role_arn ⇒ String
The ARN of the manage access role specified in the environment blueprint configuration.
-
#provisioning_configurations ⇒ Array<Types::ProvisioningConfiguration>
The provisioning configuration of a blueprint.
-
#provisioning_role_arn ⇒ String
The ARN of the provisioning role specified in the environment blueprint configuration.
-
#regional_parameters ⇒ Hash<String,Hash<String,String>>
The regional parameters of the environment blueprint.
-
#updated_at ⇒ Time
The timestamp of when the environment blueprint was updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when an environment blueprint was created.
5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 |
# File 'lib/aws-sdk-datazone/types.rb', line 5683 class EnvironmentBlueprintConfigurationItem < Struct.new( :created_at, :domain_id, :enabled_regions, :environment_blueprint_id, :manage_access_role_arn, :provisioning_configurations, :provisioning_role_arn, :regional_parameters, :updated_at) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The identifier of the Amazon DataZone domain in which an environment blueprint exists.
5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 |
# File 'lib/aws-sdk-datazone/types.rb', line 5683 class EnvironmentBlueprintConfigurationItem < Struct.new( :created_at, :domain_id, :enabled_regions, :environment_blueprint_id, :manage_access_role_arn, :provisioning_configurations, :provisioning_role_arn, :regional_parameters, :updated_at) SENSITIVE = [] include Aws::Structure end |
#enabled_regions ⇒ Array<String>
The enabled Amazon Web Services Regions specified in a blueprint configuration.
5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 |
# File 'lib/aws-sdk-datazone/types.rb', line 5683 class EnvironmentBlueprintConfigurationItem < Struct.new( :created_at, :domain_id, :enabled_regions, :environment_blueprint_id, :manage_access_role_arn, :provisioning_configurations, :provisioning_role_arn, :regional_parameters, :updated_at) SENSITIVE = [] include Aws::Structure end |
#environment_blueprint_id ⇒ String
The identifier of the environment blueprint.
5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 |
# File 'lib/aws-sdk-datazone/types.rb', line 5683 class EnvironmentBlueprintConfigurationItem < Struct.new( :created_at, :domain_id, :enabled_regions, :environment_blueprint_id, :manage_access_role_arn, :provisioning_configurations, :provisioning_role_arn, :regional_parameters, :updated_at) SENSITIVE = [] include Aws::Structure end |
#manage_access_role_arn ⇒ String
The ARN of the manage access role specified in the environment blueprint configuration.
5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 |
# File 'lib/aws-sdk-datazone/types.rb', line 5683 class EnvironmentBlueprintConfigurationItem < Struct.new( :created_at, :domain_id, :enabled_regions, :environment_blueprint_id, :manage_access_role_arn, :provisioning_configurations, :provisioning_role_arn, :regional_parameters, :updated_at) SENSITIVE = [] include Aws::Structure end |
#provisioning_configurations ⇒ Array<Types::ProvisioningConfiguration>
The provisioning configuration of a blueprint.
5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 |
# File 'lib/aws-sdk-datazone/types.rb', line 5683 class EnvironmentBlueprintConfigurationItem < Struct.new( :created_at, :domain_id, :enabled_regions, :environment_blueprint_id, :manage_access_role_arn, :provisioning_configurations, :provisioning_role_arn, :regional_parameters, :updated_at) SENSITIVE = [] include Aws::Structure end |
#provisioning_role_arn ⇒ String
The ARN of the provisioning role specified in the environment blueprint configuration.
5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 |
# File 'lib/aws-sdk-datazone/types.rb', line 5683 class EnvironmentBlueprintConfigurationItem < Struct.new( :created_at, :domain_id, :enabled_regions, :environment_blueprint_id, :manage_access_role_arn, :provisioning_configurations, :provisioning_role_arn, :regional_parameters, :updated_at) SENSITIVE = [] include Aws::Structure end |
#regional_parameters ⇒ Hash<String,Hash<String,String>>
The regional parameters of the environment blueprint.
5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 |
# File 'lib/aws-sdk-datazone/types.rb', line 5683 class EnvironmentBlueprintConfigurationItem < Struct.new( :created_at, :domain_id, :enabled_regions, :environment_blueprint_id, :manage_access_role_arn, :provisioning_configurations, :provisioning_role_arn, :regional_parameters, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the environment blueprint was updated.
5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 |
# File 'lib/aws-sdk-datazone/types.rb', line 5683 class EnvironmentBlueprintConfigurationItem < Struct.new( :created_at, :domain_id, :enabled_regions, :environment_blueprint_id, :manage_access_role_arn, :provisioning_configurations, :provisioning_role_arn, :regional_parameters, :updated_at) SENSITIVE = [] include Aws::Structure end |