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.gamelift.getMatchmakingRuleSet
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
The AWS::GameLift::MatchmakingRuleSet resource creates an Amazon GameLift (GameLift) matchmaking rule set.
Using getMatchmakingRuleSet
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 getMatchmakingRuleSet(args: GetMatchmakingRuleSetArgs, opts?: InvokeOptions): Promise<GetMatchmakingRuleSetResult>
function getMatchmakingRuleSetOutput(args: GetMatchmakingRuleSetOutputArgs, opts?: InvokeOptions): Output<GetMatchmakingRuleSetResult>
def get_matchmaking_rule_set(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMatchmakingRuleSetResult
def get_matchmaking_rule_set_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMatchmakingRuleSetResult]
func LookupMatchmakingRuleSet(ctx *Context, args *LookupMatchmakingRuleSetArgs, opts ...InvokeOption) (*LookupMatchmakingRuleSetResult, error)
func LookupMatchmakingRuleSetOutput(ctx *Context, args *LookupMatchmakingRuleSetOutputArgs, opts ...InvokeOption) LookupMatchmakingRuleSetResultOutput
> Note: This function is named LookupMatchmakingRuleSet
in the Go SDK.
public static class GetMatchmakingRuleSet
{
public static Task<GetMatchmakingRuleSetResult> InvokeAsync(GetMatchmakingRuleSetArgs args, InvokeOptions? opts = null)
public static Output<GetMatchmakingRuleSetResult> Invoke(GetMatchmakingRuleSetInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMatchmakingRuleSetResult> getMatchmakingRuleSet(GetMatchmakingRuleSetArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:gamelift:getMatchmakingRuleSet
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- A unique identifier for the matchmaking rule set.
- Name string
- A unique identifier for the matchmaking rule set.
- name String
- A unique identifier for the matchmaking rule set.
- name string
- A unique identifier for the matchmaking rule set.
- name str
- A unique identifier for the matchmaking rule set.
- name String
- A unique identifier for the matchmaking rule set.
getMatchmakingRuleSet Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift matchmaking rule set resource and uniquely identifies it.
- Creation
Time string - A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds.
- List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Arn string
- The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift matchmaking rule set resource and uniquely identifies it.
- Creation
Time string - A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds.
- Tag
- An array of key-value pairs to apply to this resource.
- arn String
- The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift matchmaking rule set resource and uniquely identifies it.
- creation
Time String - A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- arn string
- The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift matchmaking rule set resource and uniquely identifies it.
- creation
Time string - A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds.
- Tag[]
- An array of key-value pairs to apply to this resource.
- arn str
- The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift matchmaking rule set resource and uniquely identifies it.
- creation_
time str - A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- arn String
- The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift matchmaking rule set resource and uniquely identifies it.
- creation
Time String - A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds.
- 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