@aws-cdk_aws-gamelift-alpha.RuleSetContentProps

interface RuleSetContentProps 🔹

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

Properties for a new matchmaking ruleSet content.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as gamelift_alpha from '@aws-cdk/aws-gamelift-alpha';

declare const ruleSetBody: gamelift_alpha.IRuleSetBody;
const ruleSetContentProps: gamelift_alpha.RuleSetContentProps = {
  content: ruleSetBody,
};

Properties

NameTypeDescription
content?🔹IRuleSetBodyRuleSet body content.

content?🔹

Type: IRuleSetBody (optional, default: use a default empty RuleSet body)

RuleSet body content.