@aws-cdk_aws-gamelift-alpha.IRuleSetContent

interface IRuleSetContent ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.GameLift.Alpha.IRuleSetContent
Gogithub.com/aws/aws-cdk-go/awscdkgameliftalpha/v2#IRuleSetContent
Javasoftware.amazon.awscdk.services.gamelift.alpha.IRuleSetContent
Pythonaws_cdk.aws_gamelift_alpha.IRuleSetContent
TypeScript (source)@aws-cdk/aws-gamelift-alpha ยป IRuleSetContent

Implemented by RuleSetContent

Obtainable from RuleSetContent.fromInline(), RuleSetContent.fromJsonFile()

Interface to represent a Matchmaking RuleSet content.

Properties

NameTypeDescription
content๐Ÿ”นIRuleSetBodyRuleSet body content.

content๐Ÿ”น

Type: IRuleSetBody

RuleSet body content.

Methods

NameDescription
bind(_scope)๐Ÿ”นCalled when the matchmaking ruleSet is initialized to allow this object to bind to the stack and add resources.

bind(_scope)๐Ÿ”น

public bind(_scope: Construct): RuleSetBodyConfig

Parameters

  • _scope Construct โ€” The binding scope.

Returns

  • RuleSetBodyConfig

Called when the matchmaking ruleSet is initialized to allow this object to bind to the stack and add resources.