You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GameLift::Types::CertificateConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CertificateConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_typeString

Indicates whether a TLS/SSL certificate was generated for a fleet.

Possible values:

  • DISABLED
  • GENERATED

Returns:

  • (String)

    Indicates whether a TLS/SSL certificate was generated for a fleet.