software.amazon.awscdk.services.gamelift.alpha.Protocol Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gamelift-alpha Show documentation
Show all versions of gamelift-alpha Show documentation
The CDK Construct Library for AWS::GameLift
package software.amazon.awscdk.services.gamelift.alpha;
/**
* (experimental) Protocol for use in Connection Rules.
*
* https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.104.0 (build e79254c)", date = "2024-12-27T17:02:12.138Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
@software.amazon.jsii.Jsii(module = software.amazon.awscdk.services.gamelift.alpha.$Module.class, fqn = "@aws-cdk/aws-gamelift-alpha.Protocol")
public enum Protocol {
/**
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
TCP,
/**
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
UDP,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy