FleetCertificateConfigurationArgs

data class FleetCertificateConfigurationArgs(val certificateType: Output<FleetCertificateConfigurationCertificateType>) : ConvertibleToJava<FleetCertificateConfigurationArgs>

Information about the use of a TLS/SSL certificate for a fleet. TLS certificate generation is enabled at the fleet level, with one certificate generated for the fleet. When this feature is enabled, the certificate can be retrieved using the GameLift Server SDK call GetInstanceCertificate. All instances in a fleet share the same certificate.

Constructors

Link copied to clipboard
constructor(certificateType: Output<FleetCertificateConfigurationCertificateType>)

Properties

Link copied to clipboard

Indicates whether a TLS/SSL certificate is generated for a fleet. Valid values include:

Functions

Link copied to clipboard
open override fun toJava(): FleetCertificateConfigurationArgs