You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/object_storage_bucket.html.markdown
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ description: |-
9
9
# Data Source: oci_objectstorage_bucket
10
10
This data source provides details about a specific Bucket resource in Oracle Cloud Infrastructure Object Storage service.
11
11
12
-
Gets the current representation of the given bucket in the given namespace.
12
+
Gets the current representation of the given bucket in the given Object Storage namespace.
13
13
14
14
15
15
## Example Usage
@@ -27,7 +27,7 @@ data "oci_objectstorage_bucket" "test_bucket" {
27
27
The following arguments are supported:
28
28
29
29
*`name` - (Required) The name of the bucket. Avoid entering confidential information. Example: `my-new-bucket1`
30
-
*`namespace` - (Required) The top-level namespace used for the request.
30
+
*`namespace` - (Required) The Object Storage namespace used for the request.
31
31
32
32
33
33
## Attributes Reference
@@ -40,13 +40,13 @@ The following attributes are exported:
40
40
*`compartment_id` - The compartment ID in which the bucket is authorized.
41
41
*`created_by` - The OCID of the user who created the bucket.
42
42
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
43
-
*`etag` - The entity tag for the bucket.
43
+
*`etag` - The entity tag (ETag) for the bucket.
44
44
*`freeform_tags` - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
45
-
*`kms_key_id` - The OCID of a KMS key id used to call KMS to generate data key, decrypt the encrypted data key
45
+
*`kms_key_id` - The OCID of a KMS key id used to call KMS to generate data key or decrypt the encrypted data key.
46
46
*`metadata` - Arbitrary string keys and values for user-defined metadata.
47
47
*`name` - The name of the bucket. Avoid entering confidential information. Example: my-new-bucket1
48
-
*`namespace` - The namespace in which the bucket lives.
49
-
*`object_lifecycle_policy_etag` - The entity tag for the live object lifecycle policy on the bucket.
50
-
*`storage_tier` - The type of storage tier of this bucket. A bucket is set to 'Standard' tier by default, which means the bucket will be put in the standard storage tier. When 'Archive' tier type is set explicitly, the bucket is put in the archive storage tier. The 'storageTier' property is immutable after bucket is created.
48
+
*`namespace` - The Object Storage namespace in which the bucket lives.
49
+
*`object_lifecycle_policy_etag` - The entity tag (ETag) for the live object lifecycle policy on the bucket.
50
+
*`storage_tier` - The storage tier type assigned to the bucket. A bucket is set to 'Standard' tier by default, which means objects uploaded or copied to the bucket will be in the standard storage tier. When the 'Archive' tier type is set explicitly for a bucket, objects uploaded or copied to the bucket will be stored in archive storage. The 'storageTier' property is immutable after bucket is created.
51
51
*`time_created` - The date and time the bucket was created, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 14.29.
0 commit comments