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

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.

    Create DirectoryBucket Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DirectoryBucket(name: string, args: DirectoryBucketArgs, opts?: CustomResourceOptions);
    @overload
    def DirectoryBucket(resource_name: str,
                        args: DirectoryBucketArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def DirectoryBucket(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        data_redundancy: Optional[DirectoryBucketDataRedundancy] = None,
                        location_name: Optional[str] = None,
                        bucket_encryption: Optional[DirectoryBucketBucketEncryptionArgs] = None,
                        bucket_name: Optional[str] = None,
                        inventory_configurations: Optional[Sequence[DirectoryBucketInventoryConfigurationArgs]] = None,
                        lifecycle_configuration: Optional[DirectoryBucketLifecycleConfigurationArgs] = None,
                        metrics_configurations: Optional[Sequence[DirectoryBucketMetricsConfigurationArgs]] = None,
                        tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewDirectoryBucket(ctx *Context, name string, args DirectoryBucketArgs, opts ...ResourceOption) (*DirectoryBucket, error)
    public DirectoryBucket(string name, DirectoryBucketArgs args, CustomResourceOptions? opts = null)
    public DirectoryBucket(String name, DirectoryBucketArgs args)
    public DirectoryBucket(String name, DirectoryBucketArgs args, CustomResourceOptions options)
    
    type: aws-native:s3express:DirectoryBucket
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_s3express_directorybucket" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args DirectoryBucketArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DirectoryBucketArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DirectoryBucketArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DirectoryBucketArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DirectoryBucketArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    DirectoryBucket Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The DirectoryBucket resource accepts the following input properties:

    DataRedundancy Pulumi.AwsNative.S3Express.DirectoryBucketDataRedundancy
    Specifies the number of Availability Zone or Local Zone that's used for redundancy for the bucket.
    LocationName string
    Specifies the Zone ID of the Availability Zone or Local Zone where the directory bucket will be created. An example Availability Zone ID value is 'use1-az5'.
    BucketEncryption Pulumi.AwsNative.S3Express.Inputs.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 .
    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.
    InventoryConfigurations List<Pulumi.AwsNative.S3Express.Inputs.DirectoryBucketInventoryConfiguration>
    The inventory configuration for an Amazon S3 Express bucket.
    LifecycleConfiguration Pulumi.AwsNative.S3Express.Inputs.DirectoryBucketLifecycleConfiguration
    Lifecycle rules that define how Amazon S3 Express manages objects during their lifetime.
    MetricsConfigurations List<Pulumi.AwsNative.S3Express.Inputs.DirectoryBucketMetricsConfiguration>
    Specifies the metrics configurations for the Amazon S3 Express bucket.
    Tags List<Pulumi.AwsNative.Inputs.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 .
    DataRedundancy DirectoryBucketDataRedundancy
    Specifies the number of Availability Zone or Local Zone that's used for redundancy for the bucket.
    LocationName string
    Specifies the Zone ID of the Availability Zone or Local Zone where the directory bucket will be created. An example Availability Zone ID value is 'use1-az5'.
    BucketEncryption DirectoryBucketBucketEncryptionArgs
    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 .
    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.
    InventoryConfigurations []DirectoryBucketInventoryConfigurationArgs
    The inventory configuration for an Amazon S3 Express bucket.
    LifecycleConfiguration DirectoryBucketLifecycleConfigurationArgs
    Lifecycle rules that define how Amazon S3 Express manages objects during their lifetime.
    MetricsConfigurations []DirectoryBucketMetricsConfigurationArgs
    Specifies the metrics configurations for the Amazon S3 Express bucket.
    Tags TagArgs
    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 .
    data_redundancy "SingleAvailabilityZone" | "SingleLocalZone"
    Specifies the number of Availability Zone or Local Zone that's used for redundancy for the bucket.
    location_name string
    Specifies the Zone ID of the Availability Zone or Local Zone where the directory bucket will be created. An example Availability Zone ID value is 'use1-az5'.
    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 .
    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.
    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 .
    dataRedundancy DirectoryBucketDataRedundancy
    Specifies the number of Availability Zone or Local Zone that's used for redundancy for the bucket.
    locationName String
    Specifies the Zone ID of the Availability Zone or Local Zone where the directory bucket will be created. An example Availability Zone ID value is 'use1-az5'.
    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 .
    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.
    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 .
    dataRedundancy DirectoryBucketDataRedundancy
    Specifies the number of Availability Zone or Local Zone that's used for redundancy for the bucket.
    locationName string
    Specifies the Zone ID of the Availability Zone or Local Zone where the directory bucket will be created. An example Availability Zone ID value is 'use1-az5'.
    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 .
    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.
    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 .
    data_redundancy DirectoryBucketDataRedundancy
    Specifies the number of Availability Zone or Local Zone that's used for redundancy for the bucket.
    location_name str
    Specifies the Zone ID of the Availability Zone or Local Zone where the directory bucket will be created. An example Availability Zone ID value is 'use1-az5'.
    bucket_encryption DirectoryBucketBucketEncryptionArgs
    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 .
    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.
    inventory_configurations Sequence[DirectoryBucketInventoryConfigurationArgs]
    The inventory configuration for an Amazon S3 Express bucket.
    lifecycle_configuration DirectoryBucketLifecycleConfigurationArgs
    Lifecycle rules that define how Amazon S3 Express manages objects during their lifetime.
    metrics_configurations Sequence[DirectoryBucketMetricsConfigurationArgs]
    Specifies the metrics configurations for the Amazon S3 Express bucket.
    tags Sequence[TagArgs]
    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 .
    dataRedundancy "SingleAvailabilityZone" | "SingleLocalZone"
    Specifies the number of Availability Zone or Local Zone that's used for redundancy for the bucket.
    locationName String
    Specifies the Zone ID of the Availability Zone or Local Zone where the directory bucket will be created. An example Availability Zone ID value is 'use1-az5'.
    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 .
    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.
    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 .

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DirectoryBucket resource produces the following output properties:

    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'.
    Id string
    The provider-assigned unique ID for this managed resource.
    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'.
    Id string
    The provider-assigned unique ID for this managed resource.
    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'.
    id string
    The provider-assigned unique ID for this managed resource.
    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'.
    id String
    The provider-assigned unique ID for this managed resource.
    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'.
    id string
    The provider-assigned unique ID for this managed resource.
    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'.
    id str
    The provider-assigned unique ID for this managed resource.
    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'.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    DirectoryBucketAbortIncompleteMultipartUpload, DirectoryBucketAbortIncompleteMultipartUploadArgs

    Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload.
    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, DirectoryBucketBucketEncryptionArgs

    Specifies default encryption for a bucket using server-side encryption with Amazon S3 managed keys (SSE-S3) or AWS KMS keys (SSE-KMS).
    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.

    DirectoryBucketDataRedundancy, DirectoryBucketDataRedundancyArgs

    SingleAvailabilityZone
    SingleAvailabilityZone
    SingleLocalZone
    SingleLocalZone
    DirectoryBucketDataRedundancySingleAvailabilityZone
    SingleAvailabilityZone
    DirectoryBucketDataRedundancySingleLocalZone
    SingleLocalZone
    "SingleAvailabilityZone"
    SingleAvailabilityZone
    "SingleLocalZone"
    SingleLocalZone
    SingleAvailabilityZone
    SingleAvailabilityZone
    SingleLocalZone
    SingleLocalZone
    SingleAvailabilityZone
    SingleAvailabilityZone
    SingleLocalZone
    SingleLocalZone
    SINGLE_AVAILABILITY_ZONE
    SingleAvailabilityZone
    SINGLE_LOCAL_ZONE
    SingleLocalZone
    "SingleAvailabilityZone"
    SingleAvailabilityZone
    "SingleLocalZone"
    SingleLocalZone

    DirectoryBucketDestination, DirectoryBucketDestinationArgs

    Specifies information about where to publish inventory reports for an Amazon S3 Express bucket.
    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, DirectoryBucketDestinationFormatArgs

    Csv
    CSV
    Orc
    ORC
    Parquet
    Parquet
    DirectoryBucketDestinationFormatCsv
    CSV
    DirectoryBucketDestinationFormatOrc
    ORC
    DirectoryBucketDestinationFormatParquet
    Parquet
    "CSV"
    CSV
    "ORC"
    ORC
    "Parquet"
    Parquet
    Csv
    CSV
    Orc
    ORC
    Parquet
    Parquet
    Csv
    CSV
    Orc
    ORC
    Parquet
    Parquet
    CSV
    CSV
    ORC
    ORC
    PARQUET
    Parquet
    "CSV"
    CSV
    "ORC"
    ORC
    "Parquet"
    Parquet

    DirectoryBucketInventoryConfiguration, DirectoryBucketInventoryConfigurationArgs

    Specifies an inventory configuration for an Amazon S3 Express bucket
    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, DirectoryBucketInventoryConfigurationIncludedObjectVersionsArgs

    All
    All
    Current
    Current
    DirectoryBucketInventoryConfigurationIncludedObjectVersionsAll
    All
    DirectoryBucketInventoryConfigurationIncludedObjectVersionsCurrent
    Current
    "All"
    All
    "Current"
    Current
    All
    All
    Current
    Current
    All
    All
    Current
    Current
    ALL
    All
    CURRENT
    Current
    "All"
    All
    "Current"
    Current

    DirectoryBucketInventoryConfigurationOptionalFieldsItem, DirectoryBucketInventoryConfigurationOptionalFieldsItemArgs

    Size
    Size
    LastModifiedDate
    LastModifiedDate
    StorageClass
    StorageClass
    ETag
    ETag
    IsMultipartUploaded
    IsMultipartUploaded
    EncryptionStatus
    EncryptionStatus
    BucketKeyStatus
    BucketKeyStatus
    ChecksumAlgorithm
    ChecksumAlgorithm
    LifecycleExpirationDate
    LifecycleExpirationDate
    DirectoryBucketInventoryConfigurationOptionalFieldsItemSize
    Size
    DirectoryBucketInventoryConfigurationOptionalFieldsItemLastModifiedDate
    LastModifiedDate
    DirectoryBucketInventoryConfigurationOptionalFieldsItemStorageClass
    StorageClass
    DirectoryBucketInventoryConfigurationOptionalFieldsItemETag
    ETag
    DirectoryBucketInventoryConfigurationOptionalFieldsItemIsMultipartUploaded
    IsMultipartUploaded
    DirectoryBucketInventoryConfigurationOptionalFieldsItemEncryptionStatus
    EncryptionStatus
    DirectoryBucketInventoryConfigurationOptionalFieldsItemBucketKeyStatus
    BucketKeyStatus
    DirectoryBucketInventoryConfigurationOptionalFieldsItemChecksumAlgorithm
    ChecksumAlgorithm
    DirectoryBucketInventoryConfigurationOptionalFieldsItemLifecycleExpirationDate
    LifecycleExpirationDate
    "Size"
    Size
    "LastModifiedDate"
    LastModifiedDate
    "StorageClass"
    StorageClass
    "ETag"
    ETag
    "IsMultipartUploaded"
    IsMultipartUploaded
    "EncryptionStatus"
    EncryptionStatus
    "BucketKeyStatus"
    BucketKeyStatus
    "ChecksumAlgorithm"
    ChecksumAlgorithm
    "LifecycleExpirationDate"
    LifecycleExpirationDate
    Size
    Size
    LastModifiedDate
    LastModifiedDate
    StorageClass
    StorageClass
    ETag
    ETag
    IsMultipartUploaded
    IsMultipartUploaded
    EncryptionStatus
    EncryptionStatus
    BucketKeyStatus
    BucketKeyStatus
    ChecksumAlgorithm
    ChecksumAlgorithm
    LifecycleExpirationDate
    LifecycleExpirationDate
    Size
    Size
    LastModifiedDate
    LastModifiedDate
    StorageClass
    StorageClass
    ETag
    ETag
    IsMultipartUploaded
    IsMultipartUploaded
    EncryptionStatus
    EncryptionStatus
    BucketKeyStatus
    BucketKeyStatus
    ChecksumAlgorithm
    ChecksumAlgorithm
    LifecycleExpirationDate
    LifecycleExpirationDate
    SIZE
    Size
    LAST_MODIFIED_DATE
    LastModifiedDate
    STORAGE_CLASS
    StorageClass
    E_TAG
    ETag
    IS_MULTIPART_UPLOADED
    IsMultipartUploaded
    ENCRYPTION_STATUS
    EncryptionStatus
    BUCKET_KEY_STATUS
    BucketKeyStatus
    CHECKSUM_ALGORITHM
    ChecksumAlgorithm
    LIFECYCLE_EXPIRATION_DATE
    LifecycleExpirationDate
    "Size"
    Size
    "LastModifiedDate"
    LastModifiedDate
    "StorageClass"
    StorageClass
    "ETag"
    ETag
    "IsMultipartUploaded"
    IsMultipartUploaded
    "EncryptionStatus"
    EncryptionStatus
    "BucketKeyStatus"
    BucketKeyStatus
    "ChecksumAlgorithm"
    ChecksumAlgorithm
    "LifecycleExpirationDate"
    LifecycleExpirationDate

    DirectoryBucketInventoryConfigurationScheduleFrequency, DirectoryBucketInventoryConfigurationScheduleFrequencyArgs

    Daily
    Daily
    Weekly
    Weekly
    DirectoryBucketInventoryConfigurationScheduleFrequencyDaily
    Daily
    DirectoryBucketInventoryConfigurationScheduleFrequencyWeekly
    Weekly
    "Daily"
    Daily
    "Weekly"
    Weekly
    Daily
    Daily
    Weekly
    Weekly
    Daily
    Daily
    Weekly
    Weekly
    DAILY
    Daily
    WEEKLY
    Weekly
    "Daily"
    Daily
    "Weekly"
    Weekly

    DirectoryBucketLifecycleConfiguration, DirectoryBucketLifecycleConfigurationArgs

    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, DirectoryBucketMetricsConfigurationArgs

    Specifies a metrics configuration for the CloudWatch request metrics from an Amazon S3 Express bucket.
    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, DirectoryBucketRuleArgs

    You must specify at least one of the following properties: AbortIncompleteMultipartUpload, or ExpirationInDays.
    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, DirectoryBucketRuleStatusArgs

    Enabled
    Enabled
    Disabled
    Disabled
    DirectoryBucketRuleStatusEnabled
    Enabled
    DirectoryBucketRuleStatusDisabled
    Disabled
    "Enabled"
    Enabled
    "Disabled"
    Disabled
    Enabled
    Enabled
    Disabled
    Disabled
    Enabled
    Enabled
    Disabled
    Disabled
    ENABLED
    Enabled
    DISABLED
    Disabled
    "Enabled"
    Enabled
    "Disabled"
    Disabled

    DirectoryBucketServerSideEncryptionByDefault, DirectoryBucketServerSideEncryptionByDefaultArgs

    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.
    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, DirectoryBucketServerSideEncryptionByDefaultSseAlgorithmArgs

    Awskms
    aws:kms
    Aes256
    AES256
    DirectoryBucketServerSideEncryptionByDefaultSseAlgorithmAwskms
    aws:kms
    DirectoryBucketServerSideEncryptionByDefaultSseAlgorithmAes256
    AES256
    "aws:kms"
    aws:kms
    "AES256"
    AES256
    Awskms
    aws:kms
    Aes256
    AES256
    Awskms
    aws:kms
    Aes256
    AES256
    AWSKMS
    aws:kms
    AES256
    AES256
    "aws:kms"
    aws:kms
    "AES256"
    AES256

    DirectoryBucketServerSideEncryptionRule, DirectoryBucketServerSideEncryptionRuleArgs

    Specifies the default server-side encryption configuration.
    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, TagArgs

    A set of tags to apply to the resource.
    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.