OpsworksPhpAppLayer

Field Type Description
apiVersion string aws.kubeform.com/v1alpha1
kind string OpsworksPhpAppLayer
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec OpsworksPhpAppLayerSpec
status OpsworksPhpAppLayerStatus

OpsworksPhpAppLayerSpec

(Appears on:OpsworksPhpAppLayer, OpsworksPhpAppLayerStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
autoAssignElasticIPS bool (Optional)
autoAssignPublicIPS bool (Optional)
autoHealing bool (Optional)
customConfigureRecipes []string (Optional)
customDeployRecipes []string (Optional)
customInstanceProfileArn string (Optional)
customJSON string (Optional)
customSecurityGroupIDS []string (Optional)
customSetupRecipes []string (Optional)
customShutdownRecipes []string (Optional)
customUndeployRecipes []string (Optional)
drainElbOnShutdown bool (Optional)
ebsVolume []OpsworksPhpAppLayerSpecEbsVolume (Optional)
elasticLoadBalancer string (Optional)
installUpdatesOnBoot bool (Optional)
instanceShutdownTimeout int (Optional)
name string (Optional)
stackID string
systemPackages []string (Optional)
useEbsOptimizedInstances bool (Optional)

OpsworksPhpAppLayerSpecEbsVolume

(Appears on:OpsworksPhpAppLayerSpec)
Field Type Description
iops int (Optional)
mountPoint string
numberOfDisks int
raidLevel string (Optional)
size int
type string (Optional)

OpsworksPhpAppLayerStatus

(Appears on:OpsworksPhpAppLayer)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output OpsworksPhpAppLayerSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)