Class CfnBucket.LoggingConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnBucket.LoggingConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucket.LoggingConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucket.LoggingConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBucket.LoggingConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucket.LoggingConfigurationProperty
An implementation for
CfnBucket.LoggingConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.CfnBucket.LoggingConfigurationProperty
CfnBucket.LoggingConfigurationProperty.Builder, CfnBucket.LoggingConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBucket.LoggingConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnBucket.LoggingConfigurationProperty.Builder
.
-
-
Method Details
-
getDestinationBucketName
Description copied from interface:CfnBucket.LoggingConfigurationProperty
The name of the bucket where Amazon S3 should store server access log files.You can store log files in any bucket that you own. By default, logs are stored in the bucket where the
LoggingConfiguration
property is defined.- Specified by:
getDestinationBucketName
in interfaceCfnBucket.LoggingConfigurationProperty
- See Also:
-
getLogFilePrefix
Description copied from interface:CfnBucket.LoggingConfigurationProperty
A prefix for all log object keys.If you store log files from multiple Amazon S3 buckets in a single bucket, you can use a prefix to distinguish which log files came from which bucket.
- Specified by:
getLogFilePrefix
in interfaceCfnBucket.LoggingConfigurationProperty
- See Also:
-
getTargetObjectKeyFormat
Description copied from interface:CfnBucket.LoggingConfigurationProperty
Amazon S3 key format for log objects.Only one format, either PartitionedPrefix or SimplePrefix, is allowed.
- Specified by:
getTargetObjectKeyFormat
in interfaceCfnBucket.LoggingConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-