1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. s3express
  6. getDirectoryBucket

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.66.0
published on Monday, May 18, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.66.0
published on Monday, May 18, 2026 by Pulumi

    Resource Type definition for AWS::S3Express::DirectoryBucket.

    Using getDirectoryBucket

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDirectoryBucket(args: GetDirectoryBucketArgs, opts?: InvokeOptions): Promise<GetDirectoryBucketResult>
    function getDirectoryBucketOutput(args: GetDirectoryBucketOutputArgs, opts?: InvokeOptions): Output<GetDirectoryBucketResult>
    def get_directory_bucket(bucket_name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetDirectoryBucketResult
    def get_directory_bucket_output(bucket_name: pulumi.Input[Optional[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetDirectoryBucketResult]
    func LookupDirectoryBucket(ctx *Context, args *LookupDirectoryBucketArgs, opts ...InvokeOption) (*LookupDirectoryBucketResult, error)
    func LookupDirectoryBucketOutput(ctx *Context, args *LookupDirectoryBucketOutputArgs, opts ...InvokeOption) LookupDirectoryBucketResultOutput

    > Note: This function is named LookupDirectoryBucket in the Go SDK.

    public static class GetDirectoryBucket 
    {
        public static Task<GetDirectoryBucketResult> InvokeAsync(GetDirectoryBucketArgs args, InvokeOptions? opts = null)
        public static Output<GetDirectoryBucketResult> Invoke(GetDirectoryBucketInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDirectoryBucketResult> getDirectoryBucket(GetDirectoryBucketArgs args, InvokeOptions options)
    public static Output<GetDirectoryBucketResult> getDirectoryBucket(GetDirectoryBucketArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:s3express:getDirectoryBucket
      arguments:
        # arguments dictionary
    data "aws-native_s3express_getdirectorybucket" "name" {
        # arguments
    }

    The following arguments are supported:

    BucketName string
    Specifies a name for the bucket. The bucket name must contain only lowercase letters, numbers, and hyphens (-). A directory bucket name must be unique in the chosen Availability Zone or Local Zone. The bucket name must also follow the format 'bucket_base_name--zone_id--x-s3'. The zone_id can be the ID of an Availability Zone or a Local Zone. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the bucket name.
    BucketName string
    Specifies a name for the bucket. The bucket name must contain only lowercase letters, numbers, and hyphens (-). A directory bucket name must be unique in the chosen Availability Zone or Local Zone. The bucket name must also follow the format 'bucket_base_name--zone_id--x-s3'. The zone_id can be the ID of an Availability Zone or a Local Zone. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the bucket name.
    bucket_name string
    Specifies a name for the bucket. The bucket name must contain only lowercase letters, numbers, and hyphens (-). A directory bucket name must be unique in the chosen Availability Zone or Local Zone. The bucket name must also follow the format 'bucket_base_name--zone_id--x-s3'. The zone_id can be the ID of an Availability Zone or a Local Zone. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the bucket name.
    bucketName String
    Specifies a name for the bucket. The bucket name must contain only lowercase letters, numbers, and hyphens (-). A directory bucket name must be unique in the chosen Availability Zone or Local Zone. The bucket name must also follow the format 'bucket_base_name--zone_id--x-s3'. The zone_id can be the ID of an Availability Zone or a Local Zone. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the bucket name.
    bucketName string
    Specifies a name for the bucket. The bucket name must contain only lowercase letters, numbers, and hyphens (-). A directory bucket name must be unique in the chosen Availability Zone or Local Zone. The bucket name must also follow the format 'bucket_base_name--zone_id--x-s3'. The zone_id can be the ID of an Availability Zone or a Local Zone. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the bucket name.
    bucket_name str
    Specifies a name for the bucket. The bucket name must contain only lowercase letters, numbers, and hyphens (-). A directory bucket name must be unique in the chosen Availability Zone or Local Zone. The bucket name must also follow the format 'bucket_base_name--zone_id--x-s3'. The zone_id can be the ID of an Availability Zone or a Local Zone. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the bucket name.
    bucketName String
    Specifies a name for the bucket. The bucket name must contain only lowercase letters, numbers, and hyphens (-). A directory bucket name must be unique in the chosen Availability Zone or Local Zone. The bucket name must also follow the format 'bucket_base_name--zone_id--x-s3'. The zone_id can be the ID of an Availability Zone or a Local Zone. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the bucket name.

    getDirectoryBucket Result

    The following output properties are available:

    Arn string
    Returns the Amazon Resource Name (ARN) of the specified bucket.
    AvailabilityZoneName string
    Returns the code for the Availability Zone or Local Zone where the directory bucket was created. An example for the code of an Availability Zone is 'us-east-1f'.
    BucketEncryption Pulumi.AwsNative.S3Express.Outputs.DirectoryBucketBucketEncryption
    Specifies default encryption for a bucket using server-side encryption with Amazon S3 managed keys (SSE-S3) or AWS KMS keys (SSE-KMS). For information about default encryption for directory buckets, see Setting and monitoring default encryption for directory buckets in the Amazon S3 User Guide .
    InventoryConfigurations List<Pulumi.AwsNative.S3Express.Outputs.DirectoryBucketInventoryConfiguration>
    The inventory configuration for an Amazon S3 Express bucket.
    LifecycleConfiguration Pulumi.AwsNative.S3Express.Outputs.DirectoryBucketLifecycleConfiguration
    Lifecycle rules that define how Amazon S3 Express manages objects during their lifetime.
    MetricsConfigurations List<Pulumi.AwsNative.S3Express.Outputs.DirectoryBucketMetricsConfiguration>
    Specifies the metrics configurations for the Amazon S3 Express bucket.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of tags that you can apply to the S3 directory bucket. Tags are key-value pairs of metadata used to categorize and organize your buckets, track costs, and control access. For more information, see Using tags with directory buckets .
    Arn string
    Returns the Amazon Resource Name (ARN) of the specified bucket.
    AvailabilityZoneName string
    Returns the code for the Availability Zone or Local Zone where the directory bucket was created. An example for the code of an Availability Zone is 'us-east-1f'.
    BucketEncryption DirectoryBucketBucketEncryption
    Specifies default encryption for a bucket using server-side encryption with Amazon S3 managed keys (SSE-S3) or AWS KMS keys (SSE-KMS). For information about default encryption for directory buckets, see Setting and monitoring default encryption for directory buckets in the Amazon S3 User Guide .
    InventoryConfigurations []DirectoryBucketInventoryConfiguration
    The inventory configuration for an Amazon S3 Express bucket.
    LifecycleConfiguration DirectoryBucketLifecycleConfiguration
    Lifecycle rules that define how Amazon S3 Express manages objects during their lifetime.
    MetricsConfigurations []DirectoryBucketMetricsConfiguration
    Specifies the metrics configurations for the Amazon S3 Express bucket.
    Tags Tag
    An array of tags that you can apply to the S3 directory bucket. Tags are key-value pairs of metadata used to categorize and organize your buckets, track costs, and control access. For more information, see Using tags with directory buckets .
    arn string
    Returns the Amazon Resource Name (ARN) of the specified bucket.
    availability_zone_name string
    Returns the code for the Availability Zone or Local Zone where the directory bucket was created. An example for the code of an Availability Zone is 'us-east-1f'.
    bucket_encryption object
    Specifies default encryption for a bucket using server-side encryption with Amazon S3 managed keys (SSE-S3) or AWS KMS keys (SSE-KMS). For information about default encryption for directory buckets, see Setting and monitoring default encryption for directory buckets in the Amazon S3 User Guide .
    inventory_configurations list(object)
    The inventory configuration for an Amazon S3 Express bucket.
    lifecycle_configuration object
    Lifecycle rules that define how Amazon S3 Express manages objects during their lifetime.
    metrics_configurations list(object)
    Specifies the metrics configurations for the Amazon S3 Express bucket.
    tags list(object)
    An array of tags that you can apply to the S3 directory bucket. Tags are key-value pairs of metadata used to categorize and organize your buckets, track costs, and control access. For more information, see Using tags with directory buckets .
    arn String
    Returns the Amazon Resource Name (ARN) of the specified bucket.
    availabilityZoneName String
    Returns the code for the Availability Zone or Local Zone where the directory bucket was created. An example for the code of an Availability Zone is 'us-east-1f'.
    bucketEncryption DirectoryBucketBucketEncryption
    Specifies default encryption for a bucket using server-side encryption with Amazon S3 managed keys (SSE-S3) or AWS KMS keys (SSE-KMS). For information about default encryption for directory buckets, see Setting and monitoring default encryption for directory buckets in the Amazon S3 User Guide .
    inventoryConfigurations List<DirectoryBucketInventoryConfiguration>
    The inventory configuration for an Amazon S3 Express bucket.
    lifecycleConfiguration DirectoryBucketLifecycleConfiguration
    Lifecycle rules that define how Amazon S3 Express manages objects during their lifetime.
    metricsConfigurations List<DirectoryBucketMetricsConfiguration>
    Specifies the metrics configurations for the Amazon S3 Express bucket.
    tags List<Tag>
    An array of tags that you can apply to the S3 directory bucket. Tags are key-value pairs of metadata used to categorize and organize your buckets, track costs, and control access. For more information, see Using tags with directory buckets .
    arn string
    Returns the Amazon Resource Name (ARN) of the specified bucket.
    availabilityZoneName string
    Returns the code for the Availability Zone or Local Zone where the directory bucket was created. An example for the code of an Availability Zone is 'us-east-1f'.
    bucketEncryption DirectoryBucketBucketEncryption
    Specifies default encryption for a bucket using server-side encryption with Amazon S3 managed keys (SSE-S3) or AWS KMS keys (SSE-KMS). For information about default encryption for directory buckets, see Setting and monitoring default encryption for directory buckets in the Amazon S3 User Guide .
    inventoryConfigurations DirectoryBucketInventoryConfiguration[]
    The inventory configuration for an Amazon S3 Express bucket.
    lifecycleConfiguration DirectoryBucketLifecycleConfiguration
    Lifecycle rules that define how Amazon S3 Express manages objects during their lifetime.
    metricsConfigurations DirectoryBucketMetricsConfiguration[]
    Specifies the metrics configurations for the Amazon S3 Express bucket.
    tags Tag[]
    An array of tags that you can apply to the S3 directory bucket. Tags are key-value pairs of metadata used to categorize and organize your buckets, track costs, and control access. For more information, see Using tags with directory buckets .
    arn str
    Returns the Amazon Resource Name (ARN) of the specified bucket.
    availability_zone_name str
    Returns the code for the Availability Zone or Local Zone where the directory bucket was created. An example for the code of an Availability Zone is 'us-east-1f'.
    bucket_encryption DirectoryBucketBucketEncryption
    Specifies default encryption for a bucket using server-side encryption with Amazon S3 managed keys (SSE-S3) or AWS KMS keys (SSE-KMS). For information about default encryption for directory buckets, see Setting and monitoring default encryption for directory buckets in the Amazon S3 User Guide .
    inventory_configurations Sequence[DirectoryBucketInventoryConfiguration]
    The inventory configuration for an Amazon S3 Express bucket.
    lifecycle_configuration DirectoryBucketLifecycleConfiguration
    Lifecycle rules that define how Amazon S3 Express manages objects during their lifetime.
    metrics_configurations Sequence[DirectoryBucketMetricsConfiguration]
    Specifies the metrics configurations for the Amazon S3 Express bucket.
    tags Sequence[root_Tag]
    An array of tags that you can apply to the S3 directory bucket. Tags are key-value pairs of metadata used to categorize and organize your buckets, track costs, and control access. For more information, see Using tags with directory buckets .
    arn String
    Returns the Amazon Resource Name (ARN) of the specified bucket.
    availabilityZoneName String
    Returns the code for the Availability Zone or Local Zone where the directory bucket was created. An example for the code of an Availability Zone is 'us-east-1f'.
    bucketEncryption Property Map
    Specifies default encryption for a bucket using server-side encryption with Amazon S3 managed keys (SSE-S3) or AWS KMS keys (SSE-KMS). For information about default encryption for directory buckets, see Setting and monitoring default encryption for directory buckets in the Amazon S3 User Guide .
    inventoryConfigurations List<Property Map>
    The inventory configuration for an Amazon S3 Express bucket.
    lifecycleConfiguration Property Map
    Lifecycle rules that define how Amazon S3 Express manages objects during their lifetime.
    metricsConfigurations List<Property Map>
    Specifies the metrics configurations for the Amazon S3 Express bucket.
    tags List<Property Map>
    An array of tags that you can apply to the S3 directory bucket. Tags are key-value pairs of metadata used to categorize and organize your buckets, track costs, and control access. For more information, see Using tags with directory buckets .

    Supporting Types

    DirectoryBucketAbortIncompleteMultipartUpload

    DaysAfterInitiation int
    Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.
    DaysAfterInitiation int
    Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.
    days_after_initiation number
    Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.
    daysAfterInitiation Integer
    Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.
    daysAfterInitiation number
    Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.
    days_after_initiation int
    Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.
    daysAfterInitiation Number
    Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.

    DirectoryBucketBucketEncryption

    ServerSideEncryptionConfiguration []DirectoryBucketServerSideEncryptionRule
    Specifies the default server-side-encryption configuration.
    server_side_encryption_configuration list(object)
    Specifies the default server-side-encryption configuration.
    serverSideEncryptionConfiguration List<DirectoryBucketServerSideEncryptionRule>
    Specifies the default server-side-encryption configuration.
    serverSideEncryptionConfiguration DirectoryBucketServerSideEncryptionRule[]
    Specifies the default server-side-encryption configuration.
    server_side_encryption_configuration Sequence[DirectoryBucketServerSideEncryptionRule]
    Specifies the default server-side-encryption configuration.
    serverSideEncryptionConfiguration List<Property Map>
    Specifies the default server-side-encryption configuration.

    DirectoryBucketDestination

    BucketArn string
    The Amazon Resource Name (ARN) of the destination Amazon S3 bucket to which data is exported.
    Format Pulumi.AwsNative.S3Express.DirectoryBucketDestinationFormat
    Specifies the file format used when exporting data to Amazon S3.
    BucketAccountId string
    The account ID that owns the destination S3 bucket.
    Prefix string
    The prefix to use when exporting data. The prefix is prepended to all results.
    BucketArn string
    The Amazon Resource Name (ARN) of the destination Amazon S3 bucket to which data is exported.
    Format DirectoryBucketDestinationFormat
    Specifies the file format used when exporting data to Amazon S3.
    BucketAccountId string
    The account ID that owns the destination S3 bucket.
    Prefix string
    The prefix to use when exporting data. The prefix is prepended to all results.
    bucket_arn string
    The Amazon Resource Name (ARN) of the destination Amazon S3 bucket to which data is exported.
    format "CSV" | "ORC" | "Parquet"
    Specifies the file format used when exporting data to Amazon S3.
    bucket_account_id string
    The account ID that owns the destination S3 bucket.
    prefix string
    The prefix to use when exporting data. The prefix is prepended to all results.
    bucketArn String
    The Amazon Resource Name (ARN) of the destination Amazon S3 bucket to which data is exported.
    format DirectoryBucketDestinationFormat
    Specifies the file format used when exporting data to Amazon S3.
    bucketAccountId String
    The account ID that owns the destination S3 bucket.
    prefix String
    The prefix to use when exporting data. The prefix is prepended to all results.
    bucketArn string
    The Amazon Resource Name (ARN) of the destination Amazon S3 bucket to which data is exported.
    format DirectoryBucketDestinationFormat
    Specifies the file format used when exporting data to Amazon S3.
    bucketAccountId string
    The account ID that owns the destination S3 bucket.
    prefix string
    The prefix to use when exporting data. The prefix is prepended to all results.
    bucket_arn str
    The Amazon Resource Name (ARN) of the destination Amazon S3 bucket to which data is exported.
    format DirectoryBucketDestinationFormat
    Specifies the file format used when exporting data to Amazon S3.
    bucket_account_id str
    The account ID that owns the destination S3 bucket.
    prefix str
    The prefix to use when exporting data. The prefix is prepended to all results.
    bucketArn String
    The Amazon Resource Name (ARN) of the destination Amazon S3 bucket to which data is exported.
    format "CSV" | "ORC" | "Parquet"
    Specifies the file format used when exporting data to Amazon S3.
    bucketAccountId String
    The account ID that owns the destination S3 bucket.
    prefix String
    The prefix to use when exporting data. The prefix is prepended to all results.

    DirectoryBucketDestinationFormat

    DirectoryBucketInventoryConfiguration

    Destination Pulumi.AwsNative.S3Express.Inputs.DirectoryBucketDestination
    Enabled bool
    Specifies whether the inventory is enabled or disabled.
    Id string
    The ID used to identify the inventory configuration.
    IncludedObjectVersions Pulumi.AwsNative.S3Express.DirectoryBucketInventoryConfigurationIncludedObjectVersions
    Object versions to include in the inventory list.
    ScheduleFrequency Pulumi.AwsNative.S3Express.DirectoryBucketInventoryConfigurationScheduleFrequency
    Specifies the schedule for generating inventory results.
    OptionalFields List<Pulumi.AwsNative.S3Express.DirectoryBucketInventoryConfigurationOptionalFieldsItem>
    Contains the optional fields that are included in the inventory results.
    Prefix string
    The prefix that is prepended to all inventory results.
    Destination DirectoryBucketDestination
    Enabled bool
    Specifies whether the inventory is enabled or disabled.
    Id string
    The ID used to identify the inventory configuration.
    IncludedObjectVersions DirectoryBucketInventoryConfigurationIncludedObjectVersions
    Object versions to include in the inventory list.
    ScheduleFrequency DirectoryBucketInventoryConfigurationScheduleFrequency
    Specifies the schedule for generating inventory results.
    OptionalFields []DirectoryBucketInventoryConfigurationOptionalFieldsItem
    Contains the optional fields that are included in the inventory results.
    Prefix string
    The prefix that is prepended to all inventory results.
    destination object
    enabled bool
    Specifies whether the inventory is enabled or disabled.
    id string
    The ID used to identify the inventory configuration.
    included_object_versions "All" | "Current"
    Object versions to include in the inventory list.
    schedule_frequency "Daily" | "Weekly"
    Specifies the schedule for generating inventory results.
    optional_fields list("Size" | "LastModifiedDate" | "StorageClass" | "ETag" | "IsMultipartUploaded" | "EncryptionStatus" | "BucketKeyStatus" | "ChecksumAlgorithm" | "LifecycleExpirationDate")
    Contains the optional fields that are included in the inventory results.
    prefix string
    The prefix that is prepended to all inventory results.
    destination DirectoryBucketDestination
    enabled Boolean
    Specifies whether the inventory is enabled or disabled.
    id String
    The ID used to identify the inventory configuration.
    includedObjectVersions DirectoryBucketInventoryConfigurationIncludedObjectVersions
    Object versions to include in the inventory list.
    scheduleFrequency DirectoryBucketInventoryConfigurationScheduleFrequency
    Specifies the schedule for generating inventory results.
    optionalFields List<DirectoryBucketInventoryConfigurationOptionalFieldsItem>
    Contains the optional fields that are included in the inventory results.
    prefix String
    The prefix that is prepended to all inventory results.
    destination DirectoryBucketDestination
    enabled boolean
    Specifies whether the inventory is enabled or disabled.
    id string
    The ID used to identify the inventory configuration.
    includedObjectVersions DirectoryBucketInventoryConfigurationIncludedObjectVersions
    Object versions to include in the inventory list.
    scheduleFrequency DirectoryBucketInventoryConfigurationScheduleFrequency
    Specifies the schedule for generating inventory results.
    optionalFields DirectoryBucketInventoryConfigurationOptionalFieldsItem[]
    Contains the optional fields that are included in the inventory results.
    prefix string
    The prefix that is prepended to all inventory results.
    destination DirectoryBucketDestination
    enabled bool
    Specifies whether the inventory is enabled or disabled.
    id str
    The ID used to identify the inventory configuration.
    included_object_versions DirectoryBucketInventoryConfigurationIncludedObjectVersions
    Object versions to include in the inventory list.
    schedule_frequency DirectoryBucketInventoryConfigurationScheduleFrequency
    Specifies the schedule for generating inventory results.
    optional_fields Sequence[DirectoryBucketInventoryConfigurationOptionalFieldsItem]
    Contains the optional fields that are included in the inventory results.
    prefix str
    The prefix that is prepended to all inventory results.
    destination Property Map
    enabled Boolean
    Specifies whether the inventory is enabled or disabled.
    id String
    The ID used to identify the inventory configuration.
    includedObjectVersions "All" | "Current"
    Object versions to include in the inventory list.
    scheduleFrequency "Daily" | "Weekly"
    Specifies the schedule for generating inventory results.
    optionalFields List<"Size" | "LastModifiedDate" | "StorageClass" | "ETag" | "IsMultipartUploaded" | "EncryptionStatus" | "BucketKeyStatus" | "ChecksumAlgorithm" | "LifecycleExpirationDate">
    Contains the optional fields that are included in the inventory results.
    prefix String
    The prefix that is prepended to all inventory results.

    DirectoryBucketInventoryConfigurationIncludedObjectVersions

    DirectoryBucketInventoryConfigurationOptionalFieldsItem

    DirectoryBucketInventoryConfigurationScheduleFrequency

    DirectoryBucketLifecycleConfiguration

    Rules List<Pulumi.AwsNative.S3Express.Inputs.DirectoryBucketRule>
    A lifecycle rule for individual objects in an Amazon S3 Express bucket.
    Rules []DirectoryBucketRule
    A lifecycle rule for individual objects in an Amazon S3 Express bucket.
    rules list(object)
    A lifecycle rule for individual objects in an Amazon S3 Express bucket.
    rules List<DirectoryBucketRule>
    A lifecycle rule for individual objects in an Amazon S3 Express bucket.
    rules DirectoryBucketRule[]
    A lifecycle rule for individual objects in an Amazon S3 Express bucket.
    rules Sequence[DirectoryBucketRule]
    A lifecycle rule for individual objects in an Amazon S3 Express bucket.
    rules List<Property Map>
    A lifecycle rule for individual objects in an Amazon S3 Express bucket.

    DirectoryBucketMetricsConfiguration

    Id string
    The ID used to identify the metrics configuration.
    AccessPointArn string
    The access point ARN used when evaluating a metrics filter.
    Prefix string
    The prefix used when evaluating a metrics filter.
    Id string
    The ID used to identify the metrics configuration.
    AccessPointArn string
    The access point ARN used when evaluating a metrics filter.
    Prefix string
    The prefix used when evaluating a metrics filter.
    id string
    The ID used to identify the metrics configuration.
    access_point_arn string
    The access point ARN used when evaluating a metrics filter.
    prefix string
    The prefix used when evaluating a metrics filter.
    id String
    The ID used to identify the metrics configuration.
    accessPointArn String
    The access point ARN used when evaluating a metrics filter.
    prefix String
    The prefix used when evaluating a metrics filter.
    id string
    The ID used to identify the metrics configuration.
    accessPointArn string
    The access point ARN used when evaluating a metrics filter.
    prefix string
    The prefix used when evaluating a metrics filter.
    id str
    The ID used to identify the metrics configuration.
    access_point_arn str
    The access point ARN used when evaluating a metrics filter.
    prefix str
    The prefix used when evaluating a metrics filter.
    id String
    The ID used to identify the metrics configuration.
    accessPointArn String
    The access point ARN used when evaluating a metrics filter.
    prefix String
    The prefix used when evaluating a metrics filter.

    DirectoryBucketRule

    Status Pulumi.AwsNative.S3Express.DirectoryBucketRuleStatus
    If Enabled , the rule is currently being applied. If Disabled , the rule is not currently being applied.
    AbortIncompleteMultipartUpload Pulumi.AwsNative.S3Express.Inputs.DirectoryBucketAbortIncompleteMultipartUpload
    Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload.
    ExpirationInDays int
    Indicates the number of days after creation when objects are deleted from Amazon S3 and Amazon S3 Glacier. If you specify an expiration and transition time, you must use the same time unit for both properties (either in days or by date). The expiration time must also be later than the transition time.
    Id string
    Unique identifier for the rule. The value can't be longer than 255 characters.
    ObjectSizeGreaterThan string
    Specifies the minimum object size in bytes for this rule to apply to. Objects must be larger than this value in bytes. For more information about size based rules, see Lifecycle configuration using size-based rules in the Amazon S3 User Guide .
    ObjectSizeLessThan string
    Specifies the maximum object size in bytes for this rule to apply to. Objects must be smaller than this value in bytes. For more information about sized based rules, see Lifecycle configuration using size-based rules in the Amazon S3 User Guide .
    Prefix string

    Object key prefix that identifies one or more objects to which this rule applies.

    Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints .

    Status DirectoryBucketRuleStatus
    If Enabled , the rule is currently being applied. If Disabled , the rule is not currently being applied.
    AbortIncompleteMultipartUpload DirectoryBucketAbortIncompleteMultipartUpload
    Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload.
    ExpirationInDays int
    Indicates the number of days after creation when objects are deleted from Amazon S3 and Amazon S3 Glacier. If you specify an expiration and transition time, you must use the same time unit for both properties (either in days or by date). The expiration time must also be later than the transition time.
    Id string
    Unique identifier for the rule. The value can't be longer than 255 characters.
    ObjectSizeGreaterThan string
    Specifies the minimum object size in bytes for this rule to apply to. Objects must be larger than this value in bytes. For more information about size based rules, see Lifecycle configuration using size-based rules in the Amazon S3 User Guide .
    ObjectSizeLessThan string
    Specifies the maximum object size in bytes for this rule to apply to. Objects must be smaller than this value in bytes. For more information about sized based rules, see Lifecycle configuration using size-based rules in the Amazon S3 User Guide .
    Prefix string

    Object key prefix that identifies one or more objects to which this rule applies.

    Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints .

    status "Enabled" | "Disabled"
    If Enabled , the rule is currently being applied. If Disabled , the rule is not currently being applied.
    abort_incomplete_multipart_upload object
    Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload.
    expiration_in_days number
    Indicates the number of days after creation when objects are deleted from Amazon S3 and Amazon S3 Glacier. If you specify an expiration and transition time, you must use the same time unit for both properties (either in days or by date). The expiration time must also be later than the transition time.
    id string
    Unique identifier for the rule. The value can't be longer than 255 characters.
    object_size_greater_than string
    Specifies the minimum object size in bytes for this rule to apply to. Objects must be larger than this value in bytes. For more information about size based rules, see Lifecycle configuration using size-based rules in the Amazon S3 User Guide .
    object_size_less_than string
    Specifies the maximum object size in bytes for this rule to apply to. Objects must be smaller than this value in bytes. For more information about sized based rules, see Lifecycle configuration using size-based rules in the Amazon S3 User Guide .
    prefix string

    Object key prefix that identifies one or more objects to which this rule applies.

    Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints .

    status DirectoryBucketRuleStatus
    If Enabled , the rule is currently being applied. If Disabled , the rule is not currently being applied.
    abortIncompleteMultipartUpload DirectoryBucketAbortIncompleteMultipartUpload
    Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload.
    expirationInDays Integer
    Indicates the number of days after creation when objects are deleted from Amazon S3 and Amazon S3 Glacier. If you specify an expiration and transition time, you must use the same time unit for both properties (either in days or by date). The expiration time must also be later than the transition time.
    id String
    Unique identifier for the rule. The value can't be longer than 255 characters.
    objectSizeGreaterThan String
    Specifies the minimum object size in bytes for this rule to apply to. Objects must be larger than this value in bytes. For more information about size based rules, see Lifecycle configuration using size-based rules in the Amazon S3 User Guide .
    objectSizeLessThan String
    Specifies the maximum object size in bytes for this rule to apply to. Objects must be smaller than this value in bytes. For more information about sized based rules, see Lifecycle configuration using size-based rules in the Amazon S3 User Guide .
    prefix String

    Object key prefix that identifies one or more objects to which this rule applies.

    Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints .

    status DirectoryBucketRuleStatus
    If Enabled , the rule is currently being applied. If Disabled , the rule is not currently being applied.
    abortIncompleteMultipartUpload DirectoryBucketAbortIncompleteMultipartUpload
    Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload.
    expirationInDays number
    Indicates the number of days after creation when objects are deleted from Amazon S3 and Amazon S3 Glacier. If you specify an expiration and transition time, you must use the same time unit for both properties (either in days or by date). The expiration time must also be later than the transition time.
    id string
    Unique identifier for the rule. The value can't be longer than 255 characters.
    objectSizeGreaterThan string
    Specifies the minimum object size in bytes for this rule to apply to. Objects must be larger than this value in bytes. For more information about size based rules, see Lifecycle configuration using size-based rules in the Amazon S3 User Guide .
    objectSizeLessThan string
    Specifies the maximum object size in bytes for this rule to apply to. Objects must be smaller than this value in bytes. For more information about sized based rules, see Lifecycle configuration using size-based rules in the Amazon S3 User Guide .
    prefix string

    Object key prefix that identifies one or more objects to which this rule applies.

    Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints .

    status DirectoryBucketRuleStatus
    If Enabled , the rule is currently being applied. If Disabled , the rule is not currently being applied.
    abort_incomplete_multipart_upload DirectoryBucketAbortIncompleteMultipartUpload
    Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload.
    expiration_in_days int
    Indicates the number of days after creation when objects are deleted from Amazon S3 and Amazon S3 Glacier. If you specify an expiration and transition time, you must use the same time unit for both properties (either in days or by date). The expiration time must also be later than the transition time.
    id str
    Unique identifier for the rule. The value can't be longer than 255 characters.
    object_size_greater_than str
    Specifies the minimum object size in bytes for this rule to apply to. Objects must be larger than this value in bytes. For more information about size based rules, see Lifecycle configuration using size-based rules in the Amazon S3 User Guide .
    object_size_less_than str
    Specifies the maximum object size in bytes for this rule to apply to. Objects must be smaller than this value in bytes. For more information about sized based rules, see Lifecycle configuration using size-based rules in the Amazon S3 User Guide .
    prefix str

    Object key prefix that identifies one or more objects to which this rule applies.

    Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints .

    status "Enabled" | "Disabled"
    If Enabled , the rule is currently being applied. If Disabled , the rule is not currently being applied.
    abortIncompleteMultipartUpload Property Map
    Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload.
    expirationInDays Number
    Indicates the number of days after creation when objects are deleted from Amazon S3 and Amazon S3 Glacier. If you specify an expiration and transition time, you must use the same time unit for both properties (either in days or by date). The expiration time must also be later than the transition time.
    id String
    Unique identifier for the rule. The value can't be longer than 255 characters.
    objectSizeGreaterThan String
    Specifies the minimum object size in bytes for this rule to apply to. Objects must be larger than this value in bytes. For more information about size based rules, see Lifecycle configuration using size-based rules in the Amazon S3 User Guide .
    objectSizeLessThan String
    Specifies the maximum object size in bytes for this rule to apply to. Objects must be smaller than this value in bytes. For more information about sized based rules, see Lifecycle configuration using size-based rules in the Amazon S3 User Guide .
    prefix String

    Object key prefix that identifies one or more objects to which this rule applies.

    Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints .

    DirectoryBucketRuleStatus

    DirectoryBucketServerSideEncryptionByDefault

    SseAlgorithm Pulumi.AwsNative.S3Express.DirectoryBucketServerSideEncryptionByDefaultSseAlgorithm

    Server-side encryption algorithm to use for the default encryption.

    For directory buckets, there are only two supported values for server-side encryption: AES256 and aws:kms .

    KmsMasterKeyId string
    AWS Key Management Service (KMS) customer managed key ID to use for the default encryption. This parameter is allowed only if SSEAlgorithm is set to aws:kms. You can specify this parameter with the key ID or the Amazon Resource Name (ARN) of the KMS key
    SseAlgorithm DirectoryBucketServerSideEncryptionByDefaultSseAlgorithm

    Server-side encryption algorithm to use for the default encryption.

    For directory buckets, there are only two supported values for server-side encryption: AES256 and aws:kms .

    KmsMasterKeyId string
    AWS Key Management Service (KMS) customer managed key ID to use for the default encryption. This parameter is allowed only if SSEAlgorithm is set to aws:kms. You can specify this parameter with the key ID or the Amazon Resource Name (ARN) of the KMS key
    sse_algorithm "aws:kms" | "AES256"

    Server-side encryption algorithm to use for the default encryption.

    For directory buckets, there are only two supported values for server-side encryption: AES256 and aws:kms .

    kms_master_key_id string
    AWS Key Management Service (KMS) customer managed key ID to use for the default encryption. This parameter is allowed only if SSEAlgorithm is set to aws:kms. You can specify this parameter with the key ID or the Amazon Resource Name (ARN) of the KMS key
    sseAlgorithm DirectoryBucketServerSideEncryptionByDefaultSseAlgorithm

    Server-side encryption algorithm to use for the default encryption.

    For directory buckets, there are only two supported values for server-side encryption: AES256 and aws:kms .

    kmsMasterKeyId String
    AWS Key Management Service (KMS) customer managed key ID to use for the default encryption. This parameter is allowed only if SSEAlgorithm is set to aws:kms. You can specify this parameter with the key ID or the Amazon Resource Name (ARN) of the KMS key
    sseAlgorithm DirectoryBucketServerSideEncryptionByDefaultSseAlgorithm

    Server-side encryption algorithm to use for the default encryption.

    For directory buckets, there are only two supported values for server-side encryption: AES256 and aws:kms .

    kmsMasterKeyId string
    AWS Key Management Service (KMS) customer managed key ID to use for the default encryption. This parameter is allowed only if SSEAlgorithm is set to aws:kms. You can specify this parameter with the key ID or the Amazon Resource Name (ARN) of the KMS key
    sse_algorithm DirectoryBucketServerSideEncryptionByDefaultSseAlgorithm

    Server-side encryption algorithm to use for the default encryption.

    For directory buckets, there are only two supported values for server-side encryption: AES256 and aws:kms .

    kms_master_key_id str
    AWS Key Management Service (KMS) customer managed key ID to use for the default encryption. This parameter is allowed only if SSEAlgorithm is set to aws:kms. You can specify this parameter with the key ID or the Amazon Resource Name (ARN) of the KMS key
    sseAlgorithm "aws:kms" | "AES256"

    Server-side encryption algorithm to use for the default encryption.

    For directory buckets, there are only two supported values for server-side encryption: AES256 and aws:kms .

    kmsMasterKeyId String
    AWS Key Management Service (KMS) customer managed key ID to use for the default encryption. This parameter is allowed only if SSEAlgorithm is set to aws:kms. You can specify this parameter with the key ID or the Amazon Resource Name (ARN) of the KMS key

    DirectoryBucketServerSideEncryptionByDefaultSseAlgorithm

    DirectoryBucketServerSideEncryptionRule

    BucketKeyEnabled bool
    Specifies whether Amazon S3 should use an S3 Bucket Key with server-side encryption using KMS (SSE-KMS) for new objects in the bucket. Existing objects are not affected. Amazon S3 Express One Zone uses an S3 Bucket Key with SSE-KMS and S3 Bucket Key cannot be disabled. It's only allowed to set the BucketKeyEnabled element to true.
    ServerSideEncryptionByDefault Pulumi.AwsNative.S3Express.Inputs.DirectoryBucketServerSideEncryptionByDefault
    Specifies 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.
    BucketKeyEnabled bool
    Specifies whether Amazon S3 should use an S3 Bucket Key with server-side encryption using KMS (SSE-KMS) for new objects in the bucket. Existing objects are not affected. Amazon S3 Express One Zone uses an S3 Bucket Key with SSE-KMS and S3 Bucket Key cannot be disabled. It's only allowed to set the BucketKeyEnabled element to true.
    ServerSideEncryptionByDefault DirectoryBucketServerSideEncryptionByDefault
    Specifies 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.
    bucket_key_enabled bool
    Specifies whether Amazon S3 should use an S3 Bucket Key with server-side encryption using KMS (SSE-KMS) for new objects in the bucket. Existing objects are not affected. Amazon S3 Express One Zone uses an S3 Bucket Key with SSE-KMS and S3 Bucket Key cannot be disabled. It's only allowed to set the BucketKeyEnabled element to true.
    server_side_encryption_by_default object
    Specifies 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.
    bucketKeyEnabled Boolean
    Specifies whether Amazon S3 should use an S3 Bucket Key with server-side encryption using KMS (SSE-KMS) for new objects in the bucket. Existing objects are not affected. Amazon S3 Express One Zone uses an S3 Bucket Key with SSE-KMS and S3 Bucket Key cannot be disabled. It's only allowed to set the BucketKeyEnabled element to true.
    serverSideEncryptionByDefault DirectoryBucketServerSideEncryptionByDefault
    Specifies 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.
    bucketKeyEnabled boolean
    Specifies whether Amazon S3 should use an S3 Bucket Key with server-side encryption using KMS (SSE-KMS) for new objects in the bucket. Existing objects are not affected. Amazon S3 Express One Zone uses an S3 Bucket Key with SSE-KMS and S3 Bucket Key cannot be disabled. It's only allowed to set the BucketKeyEnabled element to true.
    serverSideEncryptionByDefault DirectoryBucketServerSideEncryptionByDefault
    Specifies 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.
    bucket_key_enabled bool
    Specifies whether Amazon S3 should use an S3 Bucket Key with server-side encryption using KMS (SSE-KMS) for new objects in the bucket. Existing objects are not affected. Amazon S3 Express One Zone uses an S3 Bucket Key with SSE-KMS and S3 Bucket Key cannot be disabled. It's only allowed to set the BucketKeyEnabled element to true.
    server_side_encryption_by_default DirectoryBucketServerSideEncryptionByDefault
    Specifies 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.
    bucketKeyEnabled Boolean
    Specifies whether Amazon S3 should use an S3 Bucket Key with server-side encryption using KMS (SSE-KMS) for new objects in the bucket. Existing objects are not affected. Amazon S3 Express One Zone uses an S3 Bucket Key with SSE-KMS and S3 Bucket Key cannot be disabled. It's only allowed to set the BucketKeyEnabled element to true.
    serverSideEncryptionByDefault Property Map
    Specifies 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.

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.66.0
    published on Monday, May 18, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.