class Aws::GameLift::Types::CertificateConfiguration

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 [GameLift Server SDK] operation `GetInstanceCertificate`.

A fleet's certificate configuration is part of FleetAttributes.

[1]: docs.aws.amazon.com/gamelift/latest/developerguide/reference-serversdk.html

@note When making an API call, you may pass CertificateConfiguration

data as a hash:

    {
      certificate_type: "DISABLED", # required, accepts DISABLED, GENERATED
    }

@!attribute [rw] certificate_type

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/CertificateConfiguration AWS API Documentation

Constants

SENSITIVE