Field | Type | Description |
---|---|---|
apiVersion |
string | aws.kubeform.com/v1alpha1 |
kind |
string | SsmDocument |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
SsmDocumentSpec | |
status |
SsmDocumentStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
arn |
string | (Optional) |
content |
string | |
createdDate |
string | (Optional) |
defaultVersion |
string | (Optional) |
description |
string | (Optional) |
documentFormat |
string | (Optional) |
documentType |
string | |
hash |
string | (Optional) |
hashType |
string | (Optional) |
latestVersion |
string | (Optional) |
name |
string | |
owner |
string | (Optional) |
parameter |
[]SsmDocumentSpecParameter | (Optional) |
permissions |
map[string]kubeform.dev/kubeform/apis/aws/v1alpha1.SsmDocumentSpecPermissions | (Optional) |
platformTypes |
[]string | (Optional) |
schemaVersion |
string | (Optional) |
status |
string | (Optional) |
tags |
map[string]string | (Optional) |
Field | Type | Description |
---|---|---|
defaultValue |
string | (Optional) |
description |
string | (Optional) |
name |
string | (Optional) |
type |
string | (Optional) |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
SsmDocumentSpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |