Resource: Bucket
Bucket configuration for storing observability data.
| JSON representation |
|---|
{
"name": string,
"displayName": string,
"description": string,
"createTime": string,
"updateTime": string,
"deleteTime": string,
"purgeTime": string,
"cmekSettings": {
object ( |
| Fields | |
|---|---|
name |
Identifier. Name of the bucket. The format is: |
displayName |
Optional. User friendly display name. |
description |
Optional. Description of the bucket. |
createTime |
Output only. Create timestamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Update timestamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
deleteTime |
Output only. Delete timestamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
purgeTime |
Output only. Timestamp when the bucket in soft-deleted state is purged. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
cmekSettings |
Optional. Settings for configuring CMEK on a bucket. |
CmekSettings
Settings for configuring CMEK for a bucket.
| JSON representation |
|---|
{ "kmsKey": string, "kmsKeyVersion": string, "serviceAccountId": string } |
| Fields | |
|---|---|
kmsKey |
Optional. The resource name for the configured Cloud KMS key. The format is: For example: |
kmsKeyVersion |
Output only. The CryptoKeyVersion resource name for the configured Cloud KMS key. The format is: For example: This read-only field is used to convey the specific configured CryptoKeyVersion of the |
serviceAccountId |
Output only. The service account used to access the key. |
Methods |
|
|---|---|
|
Get bucket resource. |
|
List buckets of a project in a particular location. |