Class CfnContainerFleet.LogConfigurationProperty
A method for collecting container logs for the fleet.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LogConfigurationProperty : Object, CfnContainerFleet.ILogConfigurationProperty
Syntax (vb)
Public Class LogConfigurationProperty
Inherits Object
Implements CfnContainerFleet.ILogConfigurationProperty
Remarks
Amazon GameLift saves all standard output for each container in logs, including game session logs. You can select from the following methods:
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 logConfigurationProperty = new LogConfigurationProperty {
LogDestination = "logDestination",
S3BucketName = "s3BucketName"
};
Synopsis
Constructors
Log |
Properties
Log |
The type of log collection to use for a fleet. |
S3Bucket |
If log destination is |
Constructors
LogConfigurationProperty()
public LogConfigurationProperty()
Properties
LogDestination
The type of log collection to use for a fleet.
public string LogDestination { get; set; }
Property Value
System.
Remarks
S3BucketName
If log destination is S3
, logs are sent to the specified Amazon S3 bucket name.
public string S3BucketName { get; set; }
Property Value
System.