{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-certificate-configuration-schema.json", "title": "CertificateConfiguration", "description": "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 Amazon GameLift Server SDK operation GetInstanceCertificate. ", "type": "object", "properties": { "CertificateType": { "allOf": [ { "$ref": "#/components/schemas/CertificateType" }, { "description": "

Indicates whether a TLS/SSL certificate is generated for a fleet.

Valid values include:

" } ] } }, "required": [ "CertificateType" ] }