Package-level declarations

Types

Link copied to clipboard
data class AccessGrantGrantee(val granteeIdentifier: String, val granteeType: AccessGrantGranteeGranteeType)
Link copied to clipboard
data class AccessGrantsLocationConfiguration(val s3SubPrefix: String)
data class AccessPointPublicAccessBlockConfiguration(val blockPublicAcls: Boolean? = null, val blockPublicPolicy: Boolean? = null, val ignorePublicAcls: Boolean? = null, val restrictPublicBuckets: Boolean? = null)
Link copied to clipboard
data class AccessPointVpcConfiguration(val vpcId: String? = null)

The Virtual Private Cloud (VPC) configuration for a bucket access point.

Link copied to clipboard
data class BucketAbortIncompleteMultipartUpload(val daysAfterInitiation: Int)

Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. For more information, see Stopping Incomplete Multipart Uploads Using a Bucket Lifecycle Policy in the Amazon S3 User Guide.

Link copied to clipboard

Configures the transfer acceleration state for an Amazon S3 bucket. For more information, see Amazon S3 Transfer Acceleration in the Amazon S3 User Guide.

Link copied to clipboard
data class BucketAccessControlTranslation(val owner: String)

Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object.

Link copied to clipboard
data class BucketAnalyticsConfiguration(val id: String, val prefix: String? = null, val storageClassAnalysis: BucketStorageClassAnalysis, val tagFilters: List<BucketTagFilter>? = null)

Specifies the configuration and any analyses for the analytics filter of an Amazon S3 bucket.

Link copied to clipboard
data class BucketCorsConfiguration(val corsRules: List<BucketCorsRule>)

Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information, see Enabling Cross-Origin Resource Sharing in the Amazon S3 User Guide.

Link copied to clipboard
data class BucketCorsRule(val allowedHeaders: List<String>? = null, val allowedMethods: List<BucketCorsRuleAllowedMethodsItem>, val allowedOrigins: List<String>, val exposedHeaders: List<String>? = null, val id: String? = null, val maxAge: Int? = null)

Specifies a cross-origin access rule for an Amazon S3 bucket.

Link copied to clipboard
data class BucketDataExport(val destination: BucketDestination, val outputSchemaVersion: String)

Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.

Link copied to clipboard
data class BucketDefaultRetention(val days: Int? = null, val mode: BucketDefaultRetentionMode? = null, val years: Int? = null)

The container element for optionally specifying the default Object Lock retention settings for new objects placed in the specified bucket. + The `DefaultRetention` settings require both a mode and a period.

Link copied to clipboard

Specifies whether Amazon S3 replicates delete markers. If you specify a `Filter` in your replication configuration, you must also include a `DeleteMarkerReplication` element. If your `Filter` includes a `Tag` element, the `DeleteMarkerReplication````Status` must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility. @property status Indicates whether to replicate delete markers. Disabled by default.

Link copied to clipboard
data class BucketDestination(val bucketAccountId: String? = null, val bucketArn: String, val format: BucketDestinationFormat, val prefix: String? = null)

Specifies information about where to publish analysis or configuration results for an Amazon S3 bucket.

Link copied to clipboard
data class BucketEncryption(val serverSideEncryptionConfiguration: List<BucketServerSideEncryptionRule>)

Specifies default encryption for a bucket using server-side encryption with Amazon S3-managed keys (SSE-S3), AWS KMS-managed keys (SSE-KMS), or dual-layer server-side encryption with KMS-managed keys (DSSE-KMS). For information about the Amazon S3 default encryption feature, see Amazon S3 Default Encryption for S3 Buckets in the Amazon S3 User Guide.

Link copied to clipboard
data class BucketEncryptionConfiguration(val replicaKmsKeyId: String)

Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects. If you're specifying a customer managed KMS key, we recommend using a fully qualified KMS key ARN. If you use a KMS key alias instead, then KMS resolves the key within the requester’s account. This behavior can result in data that's encrypted with a KMS key that belongs to the requester, and not the bucket owner.

Link copied to clipboard
data class BucketEventBridgeConfiguration(val eventBridgeEnabled: Boolean)

Amazon S3 can send events to Amazon EventBridge whenever certain events happen in your bucket, see Using EventBridge in the Amazon S3 User Guide. Unlike other destinations, delivery of events to EventBridge can be either enabled or disabled for a bucket. If enabled, all events will be sent to EventBridge and you can use EventBridge rules to route events to additional targets. For more information, see What Is Amazon EventBridge in the Amazon EventBridge User Guide

Link copied to clipboard
data class BucketFilterRule(val name: String, val value: String)

Specifies the Amazon S3 object key name to filter on. An object key name is the name assigned to an object in your Amazon S3 bucket. You specify whether to filter on the suffix or prefix of the object key name. A prefix is a specific string of characters at the beginning of an object key name, which you can use to organize objects. For example, you can start the key names of related objects with a prefix, such as `2023-` or `engineering/`. Then, you can use `FilterRule` to find objects in a bucket with key names that have the same prefix. A suffix is similar to a prefix, but it is at the end of the object key name instead of at the beginning.

Link copied to clipboard
data class BucketIntelligentTieringConfiguration(val id: String, val prefix: String? = null, val status: BucketIntelligentTieringConfigurationStatus, val tagFilters: List<BucketTagFilter>? = null, val tierings: List<BucketTiering>)

Specifies the S3 Intelligent-Tiering configuration for an Amazon S3 bucket. For information about the S3 Intelligent-Tiering storage class, see Storage class for automatically optimizing frequently and infrequently accessed objects.

Link copied to clipboard
data class BucketInventoryConfiguration(val destination: BucketDestination, val enabled: Boolean, val id: String, val includedObjectVersions: BucketInventoryConfigurationIncludedObjectVersions, val optionalFields: List<BucketInventoryConfigurationOptionalFieldsItem>? = null, val prefix: String? = null, val scheduleFrequency: BucketInventoryConfigurationScheduleFrequency)

Specifies the inventory configuration for an Amazon S3 bucket. For more information, see GET Bucket inventory in the Amazon S3 API Reference.

Link copied to clipboard
data class BucketLambdaConfiguration(val event: String, val filter: BucketNotificationFilter? = null, val function: String)

Describes the LAMlong functions to invoke and the events for which to invoke them.

Link copied to clipboard
data class BucketLifecycleConfiguration(val rules: List<BucketRule>, val transitionDefaultMinimumObjectSize: BucketLifecycleConfigurationTransitionDefaultMinimumObjectSize? = null)

Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more information, see Object Lifecycle Management in the Amazon S3 User Guide.

Link copied to clipboard
data class BucketLoggingConfiguration(val destinationBucketName: String? = null, val logFilePrefix: String? = null, val targetObjectKeyFormat: BucketTargetObjectKeyFormat? = null)

Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket. For examples and more information, see PUT Bucket logging in the Amazon S3 API Reference. To successfully complete the `AWS::S3::Bucket LoggingConfiguration` request, you must have `s3:PutObject` and `s3:PutObjectAcl` in your IAM permissions.

Link copied to clipboard
data class BucketMetadataTableConfiguration(val s3TablesDestination: BucketS3TablesDestination)

The metadata table configuration of an S3 general purpose bucket. For more information, see Accelerating data discovery with S3 Metadata and Setting up permissions for configuring metadata tables.

Link copied to clipboard
data class BucketMetrics(val eventThreshold: BucketReplicationTimeValue? = null, val status: BucketMetricsStatus)

A container specifying replication metrics-related settings enabling replication metrics and events.

Link copied to clipboard
data class BucketMetricsConfiguration(val accessPointArn: String? = null, val id: String, val prefix: String? = null, val tagFilters: List<BucketTagFilter>? = null)

Specifies a metrics configuration for the CloudWatch request metrics (specified by the metrics configuration ID) from an Amazon S3 bucket. If you're updating an existing metrics configuration, note that this is a full replacement of the existing metrics configuration. If you don't include the elements you want to keep, they are erased. For examples, see AWS::S3::Bucket. For more information, see PUT Bucket metrics in the Amazon S3 API Reference.

Link copied to clipboard
data class BucketNoncurrentVersionExpiration(val newerNoncurrentVersions: Int? = null, val noncurrentDays: Int)

Specifies when noncurrent object versions expire. Upon expiration, S3 permanently deletes the noncurrent object versions. You set this lifecycle configuration action on a bucket that has versioning enabled (or suspended) to request that S3 delete noncurrent object versions at a specific period in the object's lifetime. For more information about setting a lifecycle rule configuration, see AWS::S3::Bucket Rule.

Link copied to clipboard
data class BucketNoncurrentVersionTransition(val newerNoncurrentVersions: Int? = null, val storageClass: BucketNoncurrentVersionTransitionStorageClass, val transitionInDays: Int)

Container for the transition rule that describes when noncurrent objects transition to the `STANDARD_IA`, `ONEZONE_IA`, `INTELLIGENT_TIERING`, `GLACIER_IR`, `GLACIER`, or `DEEP_ARCHIVE` storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to the `STANDARD_IA`, `ONEZONE_IA`, `INTELLIGENT_TIERING`, `GLACIER_IR`, `GLACIER`, or `DEEP_ARCHIVE` storage class at a specific period in the object's lifetime. If you specify this property, don't specify the `NoncurrentVersionTransitions` property.

Link copied to clipboard
data class BucketNotificationConfiguration(val eventBridgeConfiguration: BucketEventBridgeConfiguration? = null, val lambdaConfigurations: List<BucketLambdaConfiguration>? = null, val queueConfigurations: List<BucketQueueConfiguration>? = null, val topicConfigurations: List<BucketTopicConfiguration>? = null)

Describes the notification configuration for an Amazon S3 bucket. If you create the target resource and related permissions in the same template, you might have a circular dependency. For example, you might use the `AWS::Lambda::Permission` resource to grant the bucket permission to invoke an AWS Lambda function. However, AWS CloudFormation can't create the bucket until the bucket has permission to invoke the function (AWS CloudFormation checks whether the bucket can invoke the function). If you're using Refs to pass the bucket name, this leads to a circular dependency. To avoid this dependency, you can create all resources without specifying the notification configuration. Then, update the stack with a notification configuration. For more information on permissions, see AWS::Lambda::Permission and Granting Permissions to Publish Event Notification Messages to a Destination.

Link copied to clipboard

Specifies object key name filtering rules. For information about key name filtering, see Configuring event notifications using object key name filtering in the Amazon S3 User Guide.

Link copied to clipboard
data class BucketObjectLockConfiguration(val objectLockEnabled: String? = null, val rule: BucketObjectLockRule? = null)

Places an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see Locking Objects.

Link copied to clipboard
data class BucketObjectLockRule(val defaultRetention: BucketDefaultRetention? = null)

Specifies the Object Lock rule for the specified object. Enable the this rule when you apply `ObjectLockConfiguration` to a bucket.

Link copied to clipboard

Specifies the container element for Object Ownership rules. S3 Object Ownership is an Amazon S3 bucket-level setting that you can use to disable access control lists (ACLs) and take ownership of every object in your bucket, simplifying access management for data stored in Amazon S3. For more information, see Controlling ownership of objects and disabling ACLs in the Amazon S3 User Guide.

Link copied to clipboard

Specifies an Object Ownership rule. S3 Object Ownership is an Amazon S3 bucket-level setting that you can use to disable access control lists (ACLs) and take ownership of every object in your bucket, simplifying access management for data stored in Amazon S3. For more information, see Controlling ownership of objects and disabling ACLs in the Amazon S3 User Guide.

Link copied to clipboard
data class BucketPublicAccessBlockConfiguration(val blockPublicAcls: Boolean? = null, val blockPublicPolicy: Boolean? = null, val ignorePublicAcls: Boolean? = null, val restrictPublicBuckets: Boolean? = null)

The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see The Meaning of "Public" in the Amazon S3 User Guide.

Link copied to clipboard
data class BucketQueueConfiguration(val event: String, val filter: BucketNotificationFilter? = null, val queue: String)

Specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.

Link copied to clipboard
data class BucketRedirectAllRequestsTo(val hostName: String, val protocol: BucketRedirectAllRequestsToProtocol? = null)

Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.

Link copied to clipboard
data class BucketRedirectRule(val hostName: String? = null, val httpRedirectCode: String? = null, val protocol: BucketRedirectRuleProtocol? = null, val replaceKeyPrefixWith: String? = null, val replaceKeyWith: String? = null)

Specifies how requests are redirected. In the event of an error, you can specify a different error code to return.

Link copied to clipboard

A filter that you can specify for selection for modifications on replicas.

Link copied to clipboard

A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB. The latest version of the replication configuration XML is V2. For more information about XML V2 replication configurations, see Replication configuration in the Amazon S3 User Guide.

Link copied to clipboard
data class BucketReplicationDestination(val accessControlTranslation: BucketAccessControlTranslation? = null, val account: String? = null, val bucket: String, val encryptionConfiguration: BucketEncryptionConfiguration? = null, val metrics: BucketMetrics? = null, val replicationTime: BucketReplicationTime? = null, val storageClass: BucketReplicationDestinationStorageClass? = null)

A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).

Link copied to clipboard
data class BucketReplicationRule(val deleteMarkerReplication: BucketDeleteMarkerReplication? = null, val destination: BucketReplicationDestination, val filter: BucketReplicationRuleFilter? = null, val id: String? = null, val prefix: String? = null, val priority: Int? = null, val sourceSelectionCriteria: BucketSourceSelectionCriteria? = null, val status: BucketReplicationRuleStatus)

Specifies which Amazon S3 objects to replicate and where to store the replicas.

Link copied to clipboard
data class BucketReplicationRuleAndOperator(val prefix: String? = null, val tagFilters: List<BucketTagFilter>? = null)

A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example:

Link copied to clipboard
data class BucketReplicationRuleFilter(val and: BucketReplicationRuleAndOperator? = null, val prefix: String? = null, val tagFilter: BucketTagFilter? = null)

A filter that identifies the subset of objects to which the replication rule applies. A `Filter` must specify exactly one `Prefix`, `TagFilter`, or an `And` child element.

Link copied to clipboard

A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a `Metrics` block.

Link copied to clipboard
data class BucketReplicationTimeValue(val minutes: Int)

A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics `EventThreshold`.

Link copied to clipboard
data class BucketRoutingRule(val redirectRule: BucketRedirectRule, val routingRuleCondition: BucketRoutingRuleCondition? = null)

Specifies the redirect behavior and when a redirect is applied. For more information about routing rules, see Configuring advanced conditional redirects in the Amazon S3 User Guide.

Link copied to clipboard
data class BucketRoutingRuleCondition(val httpErrorCodeReturnedEquals: String? = null, val keyPrefixEquals: String? = null)

A container for describing a condition that must be met for the specified redirect to apply. For example, 1. If request is for pages in the `/docs` folder, redirect to the `/documents` folder. 2. If request results in HTTP error 4xx, redirect request to another host where you might process the error.

Link copied to clipboard
data class BucketRule(val abortIncompleteMultipartUpload: BucketAbortIncompleteMultipartUpload? = null, val expirationDate: String? = null, val expirationInDays: Int? = null, val expiredObjectDeleteMarker: Boolean? = null, val id: String? = null, val noncurrentVersionExpiration: BucketNoncurrentVersionExpiration? = null, val noncurrentVersionExpirationInDays: Int? = null, val noncurrentVersionTransition: BucketNoncurrentVersionTransition? = null, val noncurrentVersionTransitions: List<BucketNoncurrentVersionTransition>? = null, val objectSizeGreaterThan: String? = null, val objectSizeLessThan: String? = null, val prefix: String? = null, val status: BucketRuleStatus, val tagFilters: List<BucketTagFilter>? = null, val transition: BucketTransition? = null, val transitions: List<BucketTransition>? = null)

Specifies lifecycle rules for an Amazon S3 bucket. For more information, see Put Bucket Lifecycle Configuration in the Amazon S3 API Reference. You must specify at least one of the following properties: `AbortIncompleteMultipartUpload`, `ExpirationDate`, `ExpirationInDays`, `NoncurrentVersionExpirationInDays`, `NoncurrentVersionTransition`, `NoncurrentVersionTransitions`, `Transition`, or `Transitions`.

Link copied to clipboard
data class BucketS3KeyFilter(val rules: List<BucketFilterRule>)

A container for object key name prefix and suffix filtering rules. For more information about object key name filtering, see Configuring event notifications using object key name filtering in the Amazon S3 User Guide. The same type of filter rule cannot be used more than once. For example, you cannot specify two prefix rules.

Link copied to clipboard
data class BucketS3TablesDestination(val tableArn: String? = null, val tableBucketArn: String, val tableName: String, val tableNamespace: String? = null)

The destination information for the metadata table configuration. The destination table bucket must be in the same Region and AWS-account as the general purpose bucket. The specified metadata table name must be unique within the `aws_s3_metadata` namespace in the destination table bucket.

Link copied to clipboard
data class BucketServerSideEncryptionByDefault(val kmsMasterKeyId: String? = null, val sseAlgorithm: BucketServerSideEncryptionByDefaultSseAlgorithm)

Describes the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied. For more information, see PutBucketEncryption. + General purpose buckets - If you don't specify a customer managed key at configuration, Amazon S3 automatically creates an AWS KMS key (`aws/s3`) in your AWS account the first time that you add an object encrypted with SSE-KMS to a bucket. By default, Amazon S3 uses this KMS key for SSE-KMS.

Link copied to clipboard
data class BucketServerSideEncryptionRule(val bucketKeyEnabled: Boolean? = null, val serverSideEncryptionByDefault: BucketServerSideEncryptionByDefault? = null)

Specifies the default server-side encryption configuration. + General purpose buckets - If you're specifying a customer managed KMS key, we recommend using a fully qualified KMS key ARN. If you use a KMS key alias instead, then KMS resolves the key within the requester’s account. This behavior can result in data that's encrypted with a KMS key that belongs to the requester, and not the bucket owner.

Link copied to clipboard
data class BucketSourceSelectionCriteria(val replicaModifications: BucketReplicaModifications? = null, val sseKmsEncryptedObjects: BucketSseKmsEncryptedObjects? = null)

A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects.

Link copied to clipboard

A container for filter information for the selection of S3 objects encrypted with AWS KMS.

Link copied to clipboard
data class BucketStorageClassAnalysis(val dataExport: BucketDataExport? = null)

Specifies data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes for an Amazon S3 bucket.

Link copied to clipboard
data class BucketTagFilter(val key: String, val value: String)

Specifies tags to use to identify a subset of objects for an Amazon S3 bucket. For more information, see Categorizing your storage using tags in the Amazon Simple Storage Service User Guide.

Link copied to clipboard

Describes the key format for server access log file in the target bucket. You can choose between SimplePrefix and PartitionedPrefix.

Link copied to clipboard
data class BucketTiering(val accessTier: BucketTieringAccessTier, val days: Int)

The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without additional operational overhead.

Link copied to clipboard
data class BucketTopicConfiguration(val event: String, val filter: BucketNotificationFilter? = null, val topic: String)

A container for specifying the configuration for publication of messages to an Amazon Simple Notification Service (Amazon SNS) topic when Amazon S3 detects specified events.

Link copied to clipboard
data class BucketTransition(val storageClass: BucketTransitionStorageClass, val transitionDate: String? = null, val transitionInDays: Int? = null)

Specifies when an object transitions to a specified storage class. For more information about Amazon S3 lifecycle configuration rules, see Transitioning Objects Using Amazon S3 Lifecycle in the Amazon S3 User Guide.

Link copied to clipboard

Describes the versioning state of an Amazon S3 bucket. For more information, see PUT Bucket versioning in the Amazon S3 API Reference. When you enable versioning on a bucket for the first time, it might take a short amount of time for the change to be fully propagated. We recommend that you wait for 15 minutes after enabling versioning before issuing write operations (`PUT` or `DELETE`) on objects in the bucket.

Link copied to clipboard
data class BucketWebsiteConfiguration(val errorDocument: String? = null, val indexDocument: String? = null, val redirectAllRequestsTo: BucketRedirectAllRequestsTo? = null, val routingRules: List<BucketRoutingRule>? = null)

Specifies website configuration parameters for an Amazon S3 bucket.

Link copied to clipboard
data class GetAccessGrantResult(val accessGrantArn: String? = null, val accessGrantId: String? = null, val accessGrantsLocationConfiguration: AccessGrantsLocationConfiguration? = null, val accessGrantsLocationId: String? = null, val applicationArn: String? = null, val grantScope: String? = null, val grantee: AccessGrantGrantee? = null, val permission: AccessGrantPermission? = null)
Link copied to clipboard
data class GetAccessGrantsInstanceResult(val accessGrantsInstanceArn: String? = null, val accessGrantsInstanceId: String? = null, val identityCenterArn: String? = null)
Link copied to clipboard
data class GetAccessGrantsLocationResult(val accessGrantsLocationArn: String? = null, val accessGrantsLocationId: String? = null, val iamRoleArn: String? = null, val locationScope: String? = null)
Link copied to clipboard
data class GetAccessPointResult(val alias: String? = null, val arn: String? = null, val networkOrigin: AccessPointNetworkOrigin? = null, val policy: Any? = null, val publicAccessBlockConfiguration: AccessPointPublicAccessBlockConfiguration? = null)
Link copied to clipboard
data class GetBucketPolicyResult(val policyDocument: Any? = null)
Link copied to clipboard
data class GetBucketResult(val accelerateConfiguration: BucketAccelerateConfiguration? = null, val analyticsConfigurations: List<BucketAnalyticsConfiguration>? = null, val arn: String? = null, val bucketEncryption: BucketEncryption? = null, val corsConfiguration: BucketCorsConfiguration? = null, val domainName: String? = null, val dualStackDomainName: String? = null, val intelligentTieringConfigurations: List<BucketIntelligentTieringConfiguration>? = null, val inventoryConfigurations: List<BucketInventoryConfiguration>? = null, val lifecycleConfiguration: BucketLifecycleConfiguration? = null, val loggingConfiguration: BucketLoggingConfiguration? = null, val metadataTableConfiguration: BucketMetadataTableConfiguration? = null, val metricsConfigurations: List<BucketMetricsConfiguration>? = null, val notificationConfiguration: BucketNotificationConfiguration? = null, val objectLockConfiguration: BucketObjectLockConfiguration? = null, val objectLockEnabled: Boolean? = null, val ownershipControls: BucketOwnershipControls? = null, val publicAccessBlockConfiguration: BucketPublicAccessBlockConfiguration? = null, val regionalDomainName: String? = null, val replicationConfiguration: BucketReplicationConfiguration? = null, val tags: List<Tag>? = null, val versioningConfiguration: BucketVersioningConfiguration? = null, val websiteConfiguration: BucketWebsiteConfiguration? = null, val websiteUrl: String? = null)
Link copied to clipboard
data class GetMultiRegionAccessPointPolicyResult(val policy: Any? = null, val policyStatus: PolicyStatusProperties? = null)
Link copied to clipboard
data class GetMultiRegionAccessPointResult(val alias: String? = null, val createdAt: String? = null)
Link copied to clipboard
data class GetStorageLensGroupResult(val filter: StorageLensGroupFilter? = null, val storageLensGroupArn: String? = null, val tags: List<Tag>? = null)
data class MultiRegionAccessPointPublicAccessBlockConfiguration(val blockPublicAcls: Boolean? = null, val blockPublicPolicy: Boolean? = null, val ignorePublicAcls: Boolean? = null, val restrictPublicBuckets: Boolean? = null)
Link copied to clipboard
data class MultiRegionAccessPointRegion(val bucket: String, val bucketAccountId: String? = null)
Link copied to clipboard

The Policy Status associated with this Multi Region Access Point

Link copied to clipboard
data class StorageLensAccountLevel(val activityMetrics: StorageLensActivityMetrics? = null, val advancedCostOptimizationMetrics: StorageLensAdvancedCostOptimizationMetrics? = null, val advancedDataProtectionMetrics: StorageLensAdvancedDataProtectionMetrics? = null, val bucketLevel: StorageLensBucketLevel, val detailedStatusCodesMetrics: StorageLensDetailedStatusCodesMetrics? = null, val storageLensGroupLevel: StorageLensGroupLevel? = null)

Account-level metrics configurations.

Link copied to clipboard
data class StorageLensActivityMetrics(val isEnabled: Boolean? = null)

Enables activity metrics.

data class StorageLensAdvancedCostOptimizationMetrics(val isEnabled: Boolean? = null)

Enables advanced cost optimization metrics.

Link copied to clipboard
data class StorageLensAdvancedDataProtectionMetrics(val isEnabled: Boolean? = null)

Enables advanced data protection metrics.

Link copied to clipboard
data class StorageLensAwsOrg(val arn: String)

The AWS Organizations ARN to use in the Amazon S3 Storage Lens configuration.

Link copied to clipboard
data class StorageLensBucketLevel(val activityMetrics: StorageLensActivityMetrics? = null, val advancedCostOptimizationMetrics: StorageLensAdvancedCostOptimizationMetrics? = null, val advancedDataProtectionMetrics: StorageLensAdvancedDataProtectionMetrics? = null, val detailedStatusCodesMetrics: StorageLensDetailedStatusCodesMetrics? = null, val prefixLevel: StorageLensPrefixLevel? = null)

Bucket-level metrics configurations.

Link copied to clipboard
data class StorageLensBucketsAndRegions(val buckets: List<String>? = null, val regions: List<String>? = null)

S3 buckets and Regions to include/exclude in the Amazon S3 Storage Lens configuration.

Link copied to clipboard
data class StorageLensCloudWatchMetrics(val isEnabled: Boolean)

CloudWatch metrics settings for the Amazon S3 Storage Lens metrics export.

Link copied to clipboard
data class StorageLensConfiguration(val accountLevel: StorageLensAccountLevel, val awsOrg: StorageLensAwsOrg? = null, val dataExport: StorageLensDataExport? = null, val exclude: StorageLensBucketsAndRegions? = null, val id: String, val include: StorageLensBucketsAndRegions? = null, val isEnabled: Boolean, val storageLensArn: String? = null)

Specifies the details of Amazon S3 Storage Lens configuration.

Link copied to clipboard
data class StorageLensDataExport(val cloudWatchMetrics: StorageLensCloudWatchMetrics? = null, val s3BucketDestination: StorageLensS3BucketDestination? = null)

Specifies how Amazon S3 Storage Lens metrics should be exported.

Link copied to clipboard
data class StorageLensDetailedStatusCodesMetrics(val isEnabled: Boolean? = null)

Enables detailed status codes metrics.

Link copied to clipboard

Configures the server-side encryption for Amazon S3 Storage Lens report files with either S3-managed keys (SSE-S3) or KMS-managed keys (SSE-KMS).

Link copied to clipboard
data class StorageLensGroupAnd(val matchAnyPrefix: List<String>? = null, val matchAnySuffix: List<String>? = null, val matchAnyTag: List<StorageLensGroupTag>? = null, val matchObjectAge: StorageLensGroupMatchObjectAge? = null, val matchObjectSize: StorageLensGroupMatchObjectSize? = null)

The Storage Lens group will include objects that match all of the specified filter values.

Link copied to clipboard
data class StorageLensGroupFilter(val and: StorageLensGroupAnd? = null, val matchAnyPrefix: List<String>? = null, val matchAnySuffix: List<String>? = null, val matchAnyTag: List<StorageLensGroupTag>? = null, val matchObjectAge: StorageLensGroupMatchObjectAge? = null, val matchObjectSize: StorageLensGroupMatchObjectSize? = null, val or: StorageLensGroupOr? = null)

Sets the Storage Lens Group filter.

Link copied to clipboard
data class StorageLensGroupLevel(val storageLensGroupSelectionCriteria: StorageLensGroupSelectionCriteria? = null)

Specifies the details of Amazon S3 Storage Lens Group configuration.

Link copied to clipboard
data class StorageLensGroupMatchObjectAge(val daysGreaterThan: Int? = null, val daysLessThan: Int? = null)

Filter to match all of the specified values for the minimum and maximum object age.

Link copied to clipboard
data class StorageLensGroupMatchObjectSize(val bytesGreaterThan: Int? = null, val bytesLessThan: Int? = null)

Filter to match all of the specified values for the minimum and maximum object size.

Link copied to clipboard
data class StorageLensGroupOr(val matchAnyPrefix: List<String>? = null, val matchAnySuffix: List<String>? = null, val matchAnyTag: List<StorageLensGroupTag>? = null, val matchObjectAge: StorageLensGroupMatchObjectAge? = null, val matchObjectSize: StorageLensGroupMatchObjectSize? = null)

The Storage Lens group will include objects that match any of the specified filter values.

Link copied to clipboard
data class StorageLensGroupSelectionCriteria(val exclude: List<String>? = null, val include: List<String>? = null)

Selection criteria for Storage Lens Group level metrics

Link copied to clipboard
data class StorageLensGroupTag(val key: String, val value: String)
Link copied to clipboard

Prefix-level metrics configurations.

Link copied to clipboard
data class StorageLensPrefixLevelStorageMetrics(val isEnabled: Boolean? = null, val selectionCriteria: StorageLensSelectionCriteria? = null)
Link copied to clipboard
data class StorageLensS3BucketDestination(val accountId: String, val arn: String, val encryption: StorageLensEncryption? = null, val format: StorageLensS3BucketDestinationFormat, val outputSchemaVersion: StorageLensS3BucketDestinationOutputSchemaVersion, val prefix: String? = null)

S3 bucket destination settings for the Amazon S3 Storage Lens metrics export.

Link copied to clipboard
data class StorageLensSelectionCriteria(val delimiter: String? = null, val maxDepth: Int? = null, val minStorageBytesPercentage: Double? = null)

Selection criteria for prefix-level metrics.