We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi
aws-native.finspace.getEnvironment
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi
An example resource schema demonstrating some basic constructs and validation rules.
Using getEnvironment
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getEnvironment(args: GetEnvironmentArgs, opts?: InvokeOptions): Promise<GetEnvironmentResult>
function getEnvironmentOutput(args: GetEnvironmentOutputArgs, opts?: InvokeOptions): Output<GetEnvironmentResult>def get_environment(environment_id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetEnvironmentResult
def get_environment_output(environment_id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetEnvironmentResult]func LookupEnvironment(ctx *Context, args *LookupEnvironmentArgs, opts ...InvokeOption) (*LookupEnvironmentResult, error)
func LookupEnvironmentOutput(ctx *Context, args *LookupEnvironmentOutputArgs, opts ...InvokeOption) LookupEnvironmentResultOutput> Note: This function is named LookupEnvironment in the Go SDK.
public static class GetEnvironment 
{
    public static Task<GetEnvironmentResult> InvokeAsync(GetEnvironmentArgs args, InvokeOptions? opts = null)
    public static Output<GetEnvironmentResult> Invoke(GetEnvironmentInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEnvironmentResult> getEnvironment(GetEnvironmentArgs args, InvokeOptions options)
public static Output<GetEnvironmentResult> getEnvironment(GetEnvironmentArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:finspace:getEnvironment
  arguments:
    # arguments dictionaryThe following arguments are supported:
- EnvironmentId string
- Unique identifier for representing FinSpace Environment
- EnvironmentId string
- Unique identifier for representing FinSpace Environment
- environmentId String
- Unique identifier for representing FinSpace Environment
- environmentId string
- Unique identifier for representing FinSpace Environment
- environment_id str
- Unique identifier for representing FinSpace Environment
- environmentId String
- Unique identifier for representing FinSpace Environment
getEnvironment Result
The following output properties are available:
- AwsAccount stringId 
- AWS account ID associated with the Environment
- DedicatedService stringAccount Id 
- ID for FinSpace created account used to store Environment artifacts
- Description string
- Description of the Environment
- EnvironmentArn string
- ARN of the Environment
- EnvironmentId string
- Unique identifier for representing FinSpace Environment
- EnvironmentUrl string
- URL used to login to the Environment
- FederationMode Pulumi.Aws Native. Fin Space. Environment Federation Mode 
- Federation mode used with the Environment
- Name string
- Name of the Environment
- SageMaker stringStudio Domain Url 
- SageMaker Studio Domain URL associated with the Environment
- Status
Pulumi.Aws Native. Fin Space. Environment Status 
- State of the Environment
- AwsAccount stringId 
- AWS account ID associated with the Environment
- DedicatedService stringAccount Id 
- ID for FinSpace created account used to store Environment artifacts
- Description string
- Description of the Environment
- EnvironmentArn string
- ARN of the Environment
- EnvironmentId string
- Unique identifier for representing FinSpace Environment
- EnvironmentUrl string
- URL used to login to the Environment
- FederationMode EnvironmentFederation Mode 
- Federation mode used with the Environment
- Name string
- Name of the Environment
- SageMaker stringStudio Domain Url 
- SageMaker Studio Domain URL associated with the Environment
- Status
EnvironmentStatus 
- State of the Environment
- awsAccount StringId 
- AWS account ID associated with the Environment
- dedicatedService StringAccount Id 
- ID for FinSpace created account used to store Environment artifacts
- description String
- Description of the Environment
- environmentArn String
- ARN of the Environment
- environmentId String
- Unique identifier for representing FinSpace Environment
- environmentUrl String
- URL used to login to the Environment
- federationMode EnvironmentFederation Mode 
- Federation mode used with the Environment
- name String
- Name of the Environment
- sageMaker StringStudio Domain Url 
- SageMaker Studio Domain URL associated with the Environment
- status
EnvironmentStatus 
- State of the Environment
- awsAccount stringId 
- AWS account ID associated with the Environment
- dedicatedService stringAccount Id 
- ID for FinSpace created account used to store Environment artifacts
- description string
- Description of the Environment
- environmentArn string
- ARN of the Environment
- environmentId string
- Unique identifier for representing FinSpace Environment
- environmentUrl string
- URL used to login to the Environment
- federationMode EnvironmentFederation Mode 
- Federation mode used with the Environment
- name string
- Name of the Environment
- sageMaker stringStudio Domain Url 
- SageMaker Studio Domain URL associated with the Environment
- status
EnvironmentStatus 
- State of the Environment
- aws_account_ strid 
- AWS account ID associated with the Environment
- dedicated_service_ straccount_ id 
- ID for FinSpace created account used to store Environment artifacts
- description str
- Description of the Environment
- environment_arn str
- ARN of the Environment
- environment_id str
- Unique identifier for representing FinSpace Environment
- environment_url str
- URL used to login to the Environment
- federation_mode EnvironmentFederation Mode 
- Federation mode used with the Environment
- name str
- Name of the Environment
- sage_maker_ strstudio_ domain_ url 
- SageMaker Studio Domain URL associated with the Environment
- status
EnvironmentStatus 
- State of the Environment
- awsAccount StringId 
- AWS account ID associated with the Environment
- dedicatedService StringAccount Id 
- ID for FinSpace created account used to store Environment artifacts
- description String
- Description of the Environment
- environmentArn String
- ARN of the Environment
- environmentId String
- Unique identifier for representing FinSpace Environment
- environmentUrl String
- URL used to login to the Environment
- federationMode "LOCAL" | "FEDERATED"
- Federation mode used with the Environment
- name String
- Name of the Environment
- sageMaker StringStudio Domain Url 
- SageMaker Studio Domain URL associated with the Environment
- status "CREATE_REQUESTED" | "CREATING" | "CREATED" | "DELETE_REQUESTED" | "DELETING" | "DELETED" | "FAILED_CREATION" | "FAILED_DELETION" | "RETRY_DELETION" | "SUSPENDED"
- State of the Environment
Supporting Types
EnvironmentFederationMode  
EnvironmentStatus 
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi