1. Packages
  2. AWS Native
  3. API Docs
  4. gamelift
  5. getMatchmakingRuleSet

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.104.0 published on Tuesday, Apr 30, 2024 by Pulumi

aws-native.gamelift.getMatchmakingRuleSet

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.104.0 published on Tuesday, Apr 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.
    CreationTime string
    A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds.
    Tags List<Pulumi.AwsNative.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.
    CreationTime string
    A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds.
    Tags 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.
    creationTime String
    A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds.
    tags 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.
    creationTime string
    A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds.
    tags 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.
    tags 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.
    creationTime String
    A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.104.0 published on Tuesday, Apr 30, 2024 by Pulumi