AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.simspaceweaver.getSimulation
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
AWS::SimSpaceWeaver::Simulation resource creates an AWS Simulation.
Using getSimulation
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 getSimulation(args: GetSimulationArgs, opts?: InvokeOptions): Promise<GetSimulationResult>
function getSimulationOutput(args: GetSimulationOutputArgs, opts?: InvokeOptions): Output<GetSimulationResult>
def get_simulation(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSimulationResult
def get_simulation_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSimulationResult]
func LookupSimulation(ctx *Context, args *LookupSimulationArgs, opts ...InvokeOption) (*LookupSimulationResult, error)
func LookupSimulationOutput(ctx *Context, args *LookupSimulationOutputArgs, opts ...InvokeOption) LookupSimulationResultOutput
> Note: This function is named LookupSimulation
in the Go SDK.
public static class GetSimulation
{
public static Task<GetSimulationResult> InvokeAsync(GetSimulationArgs args, InvokeOptions? opts = null)
public static Output<GetSimulationResult> Invoke(GetSimulationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSimulationResult> getSimulation(GetSimulationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:simspaceweaver:getSimulation
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of the simulation.
- Name string
- The name of the simulation.
- name String
- The name of the simulation.
- name string
- The name of the simulation.
- name str
- The name of the simulation.
- name String
- The name of the simulation.
getSimulation Result
The following output properties are available:
- Describe
Payload string - Json object with all simulation details
- Describe
Payload string - Json object with all simulation details
- describe
Payload String - Json object with all simulation details
- describe
Payload string - Json object with all simulation details
- describe_
payload str - Json object with all simulation details
- describe
Payload String - Json object with all simulation details
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi