Field | Type | Description |
---|---|---|
apiVersion |
string | aws.kubeform.com/v1alpha1 |
kind |
string | S3BucketInventory |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
S3BucketInventorySpec | |
status |
S3BucketInventoryStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
bucket |
string | |
destination |
[]S3BucketInventorySpecDestination | |
enabled |
bool | (Optional) |
filter |
[]S3BucketInventorySpecFilter | (Optional) |
includedObjectVersions |
string | |
name |
string | |
optionalFields |
[]string | (Optional) |
schedule |
[]S3BucketInventorySpecSchedule |
Field | Type | Description |
---|---|---|
bucket |
[]S3BucketInventorySpecDestinationBucket |
Field | Type | Description |
---|---|---|
accountID |
string | (Optional) |
bucketArn |
string | |
encryption |
[]S3BucketInventorySpecDestinationBucketEncryption | (Optional) |
format |
string | |
prefix |
string | (Optional) |
Field | Type | Description |
---|---|---|
sseKms |
[]S3BucketInventorySpecDestinationBucketEncryptionSseKms | (Optional) |
sseS3 |
[]S3BucketInventorySpecDestinationBucketEncryptionSseS3 | (Optional) |
Field | Type | Description |
---|---|---|
keyID |
string |
Field | Type | Description |
---|---|---|
prefix |
string | (Optional) |
Field | Type | Description |
---|---|---|
frequency |
string |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
S3BucketInventorySpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |