1. Packages
  2. AWS Native
  3. API Docs
  4. refactorspaces
  5. getEnvironment

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.77.0 published on Wednesday, Sep 20, 2023 by Pulumi

aws-native.refactorspaces.getEnvironment

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.77.0 published on Wednesday, Sep 20, 2023 by Pulumi

    Definition of AWS::RefactorSpaces::Environment Resource Type

    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_identifier: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetEnvironmentResult
    def get_environment_output(environment_identifier: 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:refactorspaces:getEnvironment
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getEnvironment Result

    The following output properties are available:

    Arn string
    EnvironmentIdentifier string
    Tags List<Pulumi.AwsNative.RefactorSpaces.Outputs.EnvironmentTag>

    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

    TransitGatewayId string
    Arn string
    EnvironmentIdentifier string
    Tags []EnvironmentTag

    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

    TransitGatewayId string
    arn String
    environmentIdentifier String
    tags List<EnvironmentTag>

    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

    transitGatewayId String
    arn string
    environmentIdentifier string
    tags EnvironmentTag[]

    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

    transitGatewayId string
    arn str
    environment_identifier str
    tags Sequence[EnvironmentTag]

    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

    transit_gateway_id str
    arn String
    environmentIdentifier String
    tags List<Property Map>

    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

    transitGatewayId String

    Supporting Types

    EnvironmentTag

    Key string

    A string used to identify this tag

    Value string

    A string containing the value for the tag

    Key string

    A string used to identify this tag

    Value string

    A string containing the value for the tag

    key String

    A string used to identify this tag

    value String

    A string containing the value for the tag

    key string

    A string used to identify this tag

    value string

    A string containing the value for the tag

    key str

    A string used to identify this tag

    value str

    A string containing the value for the tag

    key String

    A string used to identify this tag

    value String

    A string containing the value for the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.77.0 published on Wednesday, Sep 20, 2023 by Pulumi