Interface CfnFleet.ICertificateConfigurationProperty
Determines whether a TLS/SSL certificate is generated for a fleet.
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICertificateConfigurationProperty
Syntax (vb)
Public Interface ICertificateConfigurationProperty
Remarks
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
.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.GameLift;
var certificateConfigurationProperty = new CertificateConfigurationProperty {
CertificateType = "certificateType"
};
Synopsis
Properties
CertificateType | Indicates whether a TLS/SSL certificate is generated for a fleet. |
Properties
CertificateType
Indicates whether a TLS/SSL certificate is generated for a fleet.
string CertificateType { get; }
Property Value
System.String