Class CfnContainerFleet.LogConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnContainerFleet.LogConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerFleet.LogConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerFleet.LogConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnContainerFleet.LogConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerFleet.LogConfigurationProperty
An implementation for
CfnContainerFleet.LogConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.CfnContainerFleet.LogConfigurationProperty
CfnContainerFleet.LogConfigurationProperty.Builder, CfnContainerFleet.LogConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerFleet.LogConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe type of log collection to use for a fleet.final StringIf log destination isCLOUDWATCH, logs are sent to the specified log group in Amazon CloudWatch.final StringIf log destination isS3, logs are sent to the specified Amazon S3 bucket name.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnContainerFleet.LogConfigurationProperty.Builder.
-
-
Method Details
-
getLogDestination
Description copied from interface:CfnContainerFleet.LogConfigurationPropertyThe type of log collection to use for a fleet.CLOUDWATCH-- (default value) Send logs to an Amazon CloudWatch log group that you define. Each container emits a log stream, which is organized in the log group.S3-- Store logs in an Amazon S3 bucket that you define. This bucket must reside in the fleet's home AWS Region.NONE-- Don't collect container logs.
- Specified by:
getLogDestinationin interfaceCfnContainerFleet.LogConfigurationProperty- See Also:
-
getLogGroupArn
Description copied from interface:CfnContainerFleet.LogConfigurationPropertyIf log destination isCLOUDWATCH, logs are sent to the specified log group in Amazon CloudWatch.- Specified by:
getLogGroupArnin interfaceCfnContainerFleet.LogConfigurationProperty- See Also:
-
getS3BucketName
Description copied from interface:CfnContainerFleet.LogConfigurationPropertyIf log destination isS3, logs are sent to the specified Amazon S3 bucket name.- Specified by:
getS3BucketNamein interfaceCfnContainerFleet.LogConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-