@Stability(value=Stable)
public static interface CfnFleet.CertificateConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.gamelift.*;
CertificateConfigurationProperty certificateConfigurationProperty = CertificateConfigurationProperty.builder()
.certificateType("certificateType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFleet.CertificateConfigurationProperty.Builder
A builder for
CfnFleet.CertificateConfigurationProperty |
static class |
CfnFleet.CertificateConfigurationProperty.Jsii$Proxy
An implementation for
CfnFleet.CertificateConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFleet.CertificateConfigurationProperty.Builder |
builder() |
String |
getCertificateType()
Indicates whether a TLS/SSL certificate is generated for the fleet.
|
@Stability(value=Stable) @NotNull String getCertificateType()
@Stability(value=Stable) static CfnFleet.CertificateConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.