Class CfnBucketPropsMixin.LoggingConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnBucketPropsMixin.LoggingConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucketPropsMixin.LoggingConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucketPropsMixin.LoggingConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBucketPropsMixin.LoggingConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucketPropsMixin.LoggingConfigurationProperty
An implementation for
CfnBucketPropsMixin.LoggingConfigurationProperty-
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.cfnpropertymixins.services.s3.CfnBucketPropsMixin.LoggingConfigurationProperty
CfnBucketPropsMixin.LoggingConfigurationProperty.Builder, CfnBucketPropsMixin.LoggingConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBucketPropsMixin.LoggingConfigurationProperty.Builder.protectedJsii$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 theCfnBucketPropsMixin.LoggingConfigurationProperty.Builder.
-
-
Method Details
-
getDestinationBucketName
Description copied from interface:CfnBucketPropsMixin.LoggingConfigurationPropertyThe 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
LoggingConfigurationproperty is defined.Returns union: either
StringorIBucketRef- Specified by:
getDestinationBucketNamein interfaceCfnBucketPropsMixin.LoggingConfigurationProperty- See Also:
-
getLogFilePrefix
Description copied from interface:CfnBucketPropsMixin.LoggingConfigurationPropertyA 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:
getLogFilePrefixin interfaceCfnBucketPropsMixin.LoggingConfigurationProperty- See Also:
-
getTargetObjectKeyFormat
Description copied from interface:CfnBucketPropsMixin.LoggingConfigurationPropertyAmazon S3 key format for log objects.Only one format, either PartitionedPrefix or SimplePrefix, is allowed.
Returns union: either
IResolvableorCfnBucketPropsMixin.TargetObjectKeyFormatProperty- Specified by:
getTargetObjectKeyFormatin interfaceCfnBucketPropsMixin.LoggingConfigurationProperty- 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()
-