--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_finspace_environment Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::FinSpace::Environment --- # awscc_finspace_environment (Data Source) Data Source schema for AWS::FinSpace::Environment ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `aws_account_id` (String) AWS account ID associated with the Environment - `data_bundles` (List of String) ARNs of FinSpace Data Bundles to install - `dedicated_service_account_id` (String) ID for FinSpace created account used to store Environment artifacts - `description` (String) Description of the Environment - `environment_arn` (String) ARN of the Environment - `environment_id` (String) Unique identifier for representing FinSpace Environment - `environment_url` (String) URL used to login to the Environment - `federation_mode` (String) Federation mode used with the Environment - `federation_parameters` (Attributes) Additional parameters to identify Federation mode (see [below for nested schema](#nestedatt--federation_parameters)) - `kms_key_id` (String) KMS key used to encrypt customer data within FinSpace Environment infrastructure - `name` (String) Name of the Environment - `sage_maker_studio_domain_url` (String) SageMaker Studio Domain URL associated with the Environment - `status` (String) State of the Environment - `superuser_parameters` (Attributes) Parameters of the first Superuser for the FinSpace Environment (see [below for nested schema](#nestedatt--superuser_parameters)) ### Nested Schema for `federation_parameters` Read-Only: - `application_call_back_url` (String) SAML metadata URL to link with the Environment - `attribute_map` (Map of String) Attribute map for SAML configuration - `federation_provider_name` (String) Federation provider name to link with the Environment - `federation_urn` (String) SAML metadata URL to link with the Environment - `saml_metadata_document` (String) SAML metadata document to link the federation provider to the Environment - `saml_metadata_url` (String) SAML metadata URL to link with the Environment ### Nested Schema for `superuser_parameters` Read-Only: - `email_address` (String) Email address - `first_name` (String) First name - `last_name` (String) Last name