AWS Native is in preview. AWS Classic is fully supported.
aws-native.refactorspaces.getEnvironment
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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
- Environment
Identifier string
- environment
Identifier String
- environment
Identifier string
- environment
Identifier String
getEnvironment Result
The following output properties are available:
- Arn string
- Environment
Identifier string - List<Pulumi.
Aws Native. Refactor Spaces. Outputs. 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
- Arn string
- Environment
Identifier string - []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
- arn String
- environment
Identifier String - List<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
- arn string
- environment
Identifier string - 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
- arn str
- environment_
identifier str - Sequence[Environment
Tag] Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- transit_
gateway_ strid
- arn String
- environment
Identifier String - 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
Supporting Types
EnvironmentTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.