Skip to content

/AWS1/CL_GMLCERTIFICATECONF

This data type has been expanded to use with the Amazon GameLift containers feature, which is currently in public preview.

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.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_CERTIFICATETYPE TYPE /AWS1/GMLCERTIFICATETYPE /AWS1/GMLCERTIFICATETYPE

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.


Queryable Attributes

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.

Accessible with the following methods

Method Description
GET_CERTIFICATETYPE() Getter for CERTIFICATETYPE, with configurable default
ASK_CERTIFICATETYPE() Getter for CERTIFICATETYPE w/ exceptions if field has no val
HAS_CERTIFICATETYPE() Determine if CERTIFICATETYPE has a value