RuleSetContentProps

class aws_cdk.aws_gamelift_alpha.RuleSetContentProps(*, content=None)

Bases: object

(experimental) Properties for a new matchmaking ruleSet content.

Parameters:

content (Optional[IRuleSetBody]) – (experimental) RuleSet body content. Default: use a default empty RuleSet body

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_gamelift_alpha as gamelift_alpha

# rule_set_body: gamelift_alpha.IRuleSetBody

rule_set_content_props = gamelift_alpha.RuleSetContentProps(
    content=rule_set_body
)

Attributes

content

(experimental) RuleSet body content.

Default:

use a default empty RuleSet body

Stability:

experimental