Class S3DeliveryDestinationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.logs.S3DeliveryDestinationProps.Jsii$Proxy
- All Implemented Interfaces:
S3DeliveryDestinationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
S3DeliveryDestinationProps
@Stability(Experimental)
@Internal
public static final class S3DeliveryDestinationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements S3DeliveryDestinationProps
An implementation for
S3DeliveryDestinationProps-
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.mixins.preview.services.logs.S3DeliveryDestinationProps
S3DeliveryDestinationProps.Builder, S3DeliveryDestinationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theS3DeliveryDestinationProps.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 IBucketRef(experimental) The S3 bucket to deliver logs to.final IKeyRef(experimental) KMS key to use for encrypting logs in the S3 bucket.final String(experimental) Format of the logs that are sent to this delivery destination.(experimental) The permissions version ('V1' or 'V2') to be used for this delivery.final String(experimental) Optional acount id for account the delivery source is in for cross account Vended Logs.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 theS3DeliveryDestinationProps.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:S3DeliveryDestinationProps(experimental) The S3 bucket to deliver logs to.- Specified by:
getBucketin interfaceS3DeliveryDestinationProps
-
getEncryptionKey
Description copied from interface:S3DeliveryDestinationProps(experimental) KMS key to use for encrypting logs in the S3 bucket.When provided, grants the logs delivery service permissions to use the key.
Default: - No encryption key is configured
- Specified by:
getEncryptionKeyin interfaceS3DeliveryDestinationProps
-
getOutputFormat
Description copied from interface:S3DeliveryDestinationProps(experimental) Format of the logs that are sent to this delivery destination.- Specified by:
getOutputFormatin interfaceS3DeliveryDestinationProps
-
getPermissionsVersion
Description copied from interface:S3DeliveryDestinationProps(experimental) The permissions version ('V1' or 'V2') to be used for this delivery.Depending on the source of the logs, different permissions are required.
Default: "V2"
- Specified by:
getPermissionsVersionin interfaceS3DeliveryDestinationProps
-
getSourceAccountId
Description copied from interface:S3DeliveryDestinationProps(experimental) Optional acount id for account the delivery source is in for cross account Vended Logs.- Specified by:
getSourceAccountIdin interfaceS3DeliveryDestinationProps
-
$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()
-