AWS::GameLift::Fleet CertificateConfiguration
Determines whether a TLS/SSL certificate is generated for a fleet. This feature must be
enabled when creating the fleet. All instances in a fleet share the same
certificate. The certificate can be retrieved by calling the
GameLift Server
SDK operation GetInstanceCertificate
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CertificateType" :
String
}
YAML
CertificateType:
String
Properties
CertificateType
-
Indicates whether a TLS/SSL certificate is generated for a fleet.
Valid values include:
-
GENERATED - Generate a TLS/SSL certificate for this fleet.
-
DISABLED - (default) Do not generate a TLS/SSL certificate for this fleet.
Required: Yes
Type: String
Allowed values:
DISABLED | GENERATED
Update requires: Replacement
-
See also
-
Create GameLift resources using Amazon CloudFront in the Amazon GameLift Developer Guide
-
Deploy a GameLift fleet for a custom game build in the Amazon GameLift Developer Guide
-
Deploy a Realtime Servers fleet in the Amazon GameLift Developer Guide
-
CertificateConfiguration in the Amazon GameLift API Reference