@aws-cdk_aws-gamelift-alpha.RuleSetBodyConfig

interface RuleSetBodyConfig 🔹

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

Obtainable from RuleSetContent.bind()

Interface to represent output result of a RuleSetContent binding.

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';
const ruleSetBodyConfig: gamelift_alpha.RuleSetBodyConfig = {
  ruleSetBody: 'ruleSetBody',
};

Properties

NameTypeDescription
ruleSetBody🔹stringInline ruleSet body.

ruleSetBody🔹

Type: string

Inline ruleSet body.