{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-certificate-configuration-structure.json", "name": "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" ] }