dynamicSecretCreateEks is a command that creates eks dynamic secret
| Name | Type | Description | Notes |
|---|---|---|---|
| DeleteProtection | string | Protection from accidental deletion of this object [true/false] | [optional] |
| Description | string | Description of the object | [optional] |
| EksAccessKeyId | string | Access Key ID | [optional] |
| EksAssumeRole | string | IAM assume role | [optional] |
| EksClusterCaCert | string | EKS cluster CA certificate | [optional] |
| EksClusterEndpoint | string | EKS cluster URL endpoint | [optional] |
| EksClusterName | string | EKS cluster name | [optional] |
| EksRegion | string | Region | [optional] [default to "us-east-2"] |
| EksSecretAccessKey | string | Secret Access Key | [optional] |
| ItemCustomFields | Dictionary<string, string> | Additional custom fields to associate with the item | [optional] |
| Json | bool | Set output format to JSON | [optional] [default to false] |
| Name | string | Dynamic secret name | |
| ProducerEncryptionKeyName | string | Dynamic producer encryption key | [optional] |
| SecureAccessAllowPortForwading | bool | Enable Port forwarding while using CLI access | [optional] |
| SecureAccessBastionIssuer | string | Deprecated. use secure-access-certificate-issuer | [optional] |
| SecureAccessCertificateIssuer | string | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
| SecureAccessClusterEndpoint | string | The K8s cluster endpoint URL | [optional] |
| SecureAccessDelay | long | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
| SecureAccessEnable | string | Enable/Disable secure remote access [true/false] | [optional] |
| SecureAccessWeb | bool | Enable Web Secure Remote Access | [optional] [default to false] |
| Tags | List<string> | Add tags attached to this object | [optional] |
| TargetName | string | Target name | [optional] |
| Token | string | Authentication token (see `/auth` and `/configure`) | [optional] |
| UidToken | string | The universal identity token, Required only for universal_identity authentication | [optional] |
| UserTtl | string | User TTL | [optional] [default to "15m"] |