We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
aws-native.refactorspaces.getEnvironment
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 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:
- Environment
Identifier string - The unique identifier of the environment.
- Environment
Identifier string - The unique identifier of the environment.
- environment
Identifier String - The unique identifier of the environment.
- environment
Identifier string - The unique identifier of the environment.
- environment_
identifier str - The unique identifier of the environment.
- environment
Identifier String - The unique identifier of the environment.
getEnvironment Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the environment.
- Environment
Identifier string - The unique identifier of the environment.
- List<Pulumi.
Aws Native. Outputs. Tag> - Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- Transit
Gateway stringId - The ID of the AWS Transit Gateway set up by the environment.
- Arn string
- The Amazon Resource Name (ARN) of the environment.
- Environment
Identifier string - The unique identifier of the environment.
- Tag
- Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- Transit
Gateway stringId - The ID of the AWS Transit Gateway set up by the environment.
- arn String
- The Amazon Resource Name (ARN) of the environment.
- environment
Identifier String - The unique identifier of the environment.
- List<Tag>
- Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- transit
Gateway StringId - The ID of the AWS Transit Gateway set up by the environment.
- arn string
- The Amazon Resource Name (ARN) of the environment.
- environment
Identifier string - The unique identifier of the environment.
- Tag[]
- Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- transit
Gateway stringId - The ID of the AWS Transit Gateway set up by the environment.
- arn str
- The Amazon Resource Name (ARN) of the environment.
- environment_
identifier str - The unique identifier of the environment.
- Sequence[root_Tag]
- Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- transit_
gateway_ strid - The ID of the AWS Transit Gateway set up by the environment.
- arn String
- The Amazon Resource Name (ARN) of the environment.
- environment
Identifier String - The unique identifier of the environment.
- List<Property Map>
- Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- transit
Gateway StringId - The ID of the AWS Transit Gateway set up by the environment.
Supporting Types
Tag
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.9.0 published on Monday, Nov 18, 2024 by Pulumi