We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.emr.getWalWorkspace
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Resource schema for AWS::EMR::WALWorkspace Type
Using getWalWorkspace
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 getWalWorkspace(args: GetWalWorkspaceArgs, opts?: InvokeOptions): Promise<GetWalWorkspaceResult>
function getWalWorkspaceOutput(args: GetWalWorkspaceOutputArgs, opts?: InvokeOptions): Output<GetWalWorkspaceResult>
def get_wal_workspace(wal_workspace_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWalWorkspaceResult
def get_wal_workspace_output(wal_workspace_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWalWorkspaceResult]
func LookupWalWorkspace(ctx *Context, args *LookupWalWorkspaceArgs, opts ...InvokeOption) (*LookupWalWorkspaceResult, error)
func LookupWalWorkspaceOutput(ctx *Context, args *LookupWalWorkspaceOutputArgs, opts ...InvokeOption) LookupWalWorkspaceResultOutput
> Note: This function is named LookupWalWorkspace
in the Go SDK.
public static class GetWalWorkspace
{
public static Task<GetWalWorkspaceResult> InvokeAsync(GetWalWorkspaceArgs args, InvokeOptions? opts = null)
public static Output<GetWalWorkspaceResult> Invoke(GetWalWorkspaceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWalWorkspaceResult> getWalWorkspace(GetWalWorkspaceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:emr:getWalWorkspace
arguments:
# arguments dictionary
The following arguments are supported:
- Wal
Workspace stringName - The name of the emrwal container
- Wal
Workspace stringName - The name of the emrwal container
- wal
Workspace StringName - The name of the emrwal container
- wal
Workspace stringName - The name of the emrwal container
- wal_
workspace_ strname - The name of the emrwal container
- wal
Workspace StringName - The name of the emrwal container
getWalWorkspace Result
The following output properties are available:
- List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Tag
- An array of key-value pairs to apply to this resource.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- Tag[]
- An array of key-value pairs to apply to this resource.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi