We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.28.0 published on Monday, May 19, 2025 by Pulumi
aws-native.emr.getStep
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.28.0 published on Monday, May 19, 2025 by Pulumi
Schema for AWS::EMR::Step
Using getStep
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 getStep(args: GetStepArgs, opts?: InvokeOptions): Promise<GetStepResult>
function getStepOutput(args: GetStepOutputArgs, opts?: InvokeOptions): Output<GetStepResult>
def get_step(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetStepResult
def get_step_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStepResult]
func LookupStep(ctx *Context, args *LookupStepArgs, opts ...InvokeOption) (*LookupStepResult, error)
func LookupStepOutput(ctx *Context, args *LookupStepOutputArgs, opts ...InvokeOption) LookupStepResultOutput
> Note: This function is named LookupStep
in the Go SDK.
public static class GetStep
{
public static Task<GetStepResult> InvokeAsync(GetStepArgs args, InvokeOptions? opts = null)
public static Output<GetStepResult> Invoke(GetStepInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetStepResult> getStep(GetStepArgs args, InvokeOptions options)
public static Output<GetStepResult> getStep(GetStepArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:emr:getStep
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- ID generated by service
- Id string
- ID generated by service
- id String
- ID generated by service
- id string
- ID generated by service
- id str
- ID generated by service
- id String
- ID generated by service
getStep Result
The following output properties are available:
- Id string
- ID generated by service
- Id string
- ID generated by service
- id String
- ID generated by service
- id string
- ID generated by service
- id str
- ID generated by service
- id String
- ID generated by service
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.28.0 published on Monday, May 19, 2025 by Pulumi