Interface IRuleSetContentProps
(experimental) Properties for a new matchmaking ruleSet content.
Namespace: Amazon.CDK.AWS.GameLift.Alpha
Assembly: Amazon.CDK.AWS.GameLift.Alpha.dll
Syntax (csharp)
public interface IRuleSetContentProps
Syntax (vb)
Public Interface IRuleSetContentProps
Remarks
Stability: Experimental
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.GameLift.Alpha;
IRuleSetBody ruleSetBody;
var ruleSetContentProps = new RuleSetContentProps {
Content = ruleSetBody
};
Synopsis
Properties
Content | (experimental) RuleSet body content. |
Properties
Content
(experimental) RuleSet body content.
virtual IRuleSetBody Content { get; }
Property Value
Remarks
Default: use a default empty RuleSet body
Stability: Experimental