diff --git a/apis/management.cattle.io/v3/cluster_types.go b/apis/management.cattle.io/v3/cluster_types.go index ebfbbabf..339d84e1 100644 --- a/apis/management.cattle.io/v3/cluster_types.go +++ b/apis/management.cattle.io/v3/cluster_types.go @@ -217,8 +217,9 @@ type AzureKubernetesServiceConfig struct { } type AmazonElasticContainerServiceConfig struct { - AccessKey string `json:"accessKey" norman:"required"` - SecretKey string `json:"secretKey" norman:"required,type=password"` + AccessKey string `json:"accessKey" norman:"required"` + SecretKey string `json:"secretKey" norman:"required,type=password"` + SessionToken string `json:"sessionToken,omitempty" norman:"type=password"` Region string `json:"region"` InstanceType string `json:"instanceType"`