TableBucket
s3tables.services.k8s.aws/v1alpha1
| Type | Link |
|---|---|
| GoDoc | s3tables-controller/apis/v1alpha1#TableBucket |
Metadata
| Property | Value |
|---|---|
| Scope | Namespaced |
| Kind | TableBucket |
| ListKind | TableBucketList |
| Plural | tablebuckets |
| Singular | tablebucket |
Spec
encryptionConfiguration:
kmsKeyARN: string
kmsKeyRef:
from:
name: string
namespace: string
sseAlgorithm: string
name: string
storageClassConfiguration:
storageClass: string
tags: {}
| Field | Description |
|---|---|
| encryptionConfiguration Optional | object The encryption configuration to use for the table bucket. This configuration specifies the default encryption settings that will be applied to all tables created in this bucket unless overridden at the table level. The configuration includes the encryption algorithm and, if using SSE-KMS, the KMS key to use. |
| encryptionConfiguration.kmsKeyARN Optional | string |
| encryptionConfiguration.kmsKeyRef Optional | object Reference field for KMSKeyARN |
| encryptionConfiguration.kmsKeyRef.from Optional | object AWSResourceReference provides all the values necessary to reference another k8s resource for finding the identifier(Id/ARN/Name) |
| encryptionConfiguration.kmsKeyRef.from.name Optional | string |
| encryptionConfiguration.kmsKeyRef.from.namespace Optional | string |
| encryptionConfiguration.sseAlgorithm Optional | string |
| name Required | string The name for the table bucket. Regex Pattern: ^[0-9a-z-]*$ |
| storageClassConfiguration Optional | object The default storage class configuration for the table bucket. This configuration will be applied to all new tables created in this bucket unless overridden at the table level. If not specified, the service default storage class will be used. |
| storageClassConfiguration.storageClass Optional | string |
| tags Optional | object A map of user-defined tags that you would like to apply to the table bucket that you are creating. A tag is a key-value pair that you apply to your resources. Tags can help you organize and control access to resources. For more information, see Tagging for cost allocation or attribute-based access control (ABAC) (https://docs.aws.amazon.com/AmazonS3/latest/userguide/tagging.html). You must have the s3tables:TagResource permission in addition to s3tables:CreateTableBucket permisson to create a table bucket with tags. |
Status
ackResourceMetadata:
arn: string
ownerAccountID: string
partition: string
region: string
conditions:
- lastTransitionTime: string
message: string
reason: string
status: string
type: string
createdAt: string
tableBucketID: string
type: string
| Field | Description |
|---|---|
| ackResourceMetadata Optional | object All CRs managed by ACK have a common Status.ACKResourceMetadata memberthat is used to contain resource sync state, account ownership, constructed ARN for the resource |
| ackResourceMetadata.arn Optional | string ARN is the Amazon Resource Name for the resource. This is a globally-unique identifier and is set only by the ACK service controller once the controller has orchestrated the creation of the resource OR when it has verified that an “adopted” resource (a resource where the ARN annotation was set by the Kubernetes user on the CR) exists and matches the supplied CR’s Spec field values. https://github.com/aws/aws-controllers-k8s/issues/270 |
| ackResourceMetadata.ownerAccountID Required | string OwnerAccountID is the AWS Account ID of the account that owns the backend AWS service API resource. |
| ackResourceMetadata.partition Optional | string Partition is the AWS partition in which the resource exists or will exist |
| ackResourceMetadata.region Required | string Region is the AWS region in which the resource exists or will exist. |
| conditions Optional | array All CRs managed by ACK have a common Status.Conditions member thatcontains a collection of ackv1alpha1.Condition objects that describethe various terminal states of the CR and its backend AWS service API resource |
| conditions.[] Required | object Condition is the common struct used by all CRDs managed by ACK service |
| controllers to indicate terminal states of the CR and its backend AWS | |
| service API resource | |
| conditions.[].message Optional | string A human readable message indicating details about the transition. |
| conditions.[].reason Optional | string The reason for the condition’s last transition. |
| conditions.[].status Optional | string Status of the condition, one of True, False, Unknown. |
| conditions.[].type Optional | string Type is the type of the Condition |
| createdAt Optional | string The date and time the table bucket was created. |
| tableBucketID Optional | string The unique identifier of the table bucket. |
| type Optional | string The type of the table bucket. |