Uses of Class
software.amazon.awscdk.mixins.preview.services.logs.S3DeliveryDestination.Builder
Packages that use S3DeliveryDestination.Builder
-
Uses of S3DeliveryDestination.Builder in software.amazon.awscdk.mixins.preview.services.logs
Methods in software.amazon.awscdk.mixins.preview.services.logs that return S3DeliveryDestination.BuilderModifier and TypeMethodDescriptionS3DeliveryDestination.Builder.bucket(IBucketRef bucket) (experimental) The S3 bucket to deliver logs to.S3DeliveryDestination.Builder.encryptionKey(IKeyRef encryptionKey) (experimental) KMS key to use for encrypting logs in the S3 bucket.S3DeliveryDestination.Builder.outputFormat(String outputFormat) (experimental) Format of the logs that are sent to this delivery destination.S3DeliveryDestination.Builder.permissionsVersion(S3LogsDeliveryPermissionsVersion permissionsVersion) (experimental) The permissions version ('V1' or 'V2') to be used for this delivery.S3DeliveryDestination.Builder.sourceAccountId(String sourceAccountId) (experimental) Optional acount id for account the delivery source is in for cross account Vended Logs.