/AWS1/CL_GMLCERTIFICATECONF¶
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 Servers 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 |