RuleSetBodyConfig
- class aws_cdk.aws_gamelift_alpha.RuleSetBodyConfig(*, rule_set_body)
Bases:
object
(experimental) Interface to represent output result of a RuleSetContent binding.
- Parameters:
rule_set_body (
str
) – (experimental) Inline 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_config = gamelift_alpha.RuleSetBodyConfig( rule_set_body="ruleSetBody" )
Attributes
- rule_set_body
(experimental) Inline ruleSet body.
- Stability:
experimental