interface KubernetesScalingResourceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_arcregionswitch.CfnPlan.KubernetesScalingResourceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_KubernetesScalingResourceProperty |
![]() | software.amazon.awscdk.services.arcregionswitch.CfnPlan.KubernetesScalingResourceProperty |
![]() | aws_cdk.aws_arcregionswitch.CfnPlan.KubernetesScalingResourceProperty |
![]() | aws-cdk-lib » aws_arcregionswitch » CfnPlan » KubernetesScalingResourceProperty |
Defines a Kubernetes resource to scale in an Amazon EKS cluster.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_arcregionswitch as arcregionswitch } from 'aws-cdk-lib';
const kubernetesScalingResourceProperty: arcregionswitch.CfnPlan.KubernetesScalingResourceProperty = {
name: 'name',
namespace: 'namespace',
// the properties below are optional
hpaName: 'hpaName',
};
Properties
Name | Type | Description |
---|---|---|
name | string | The name for the Kubernetes resource. |
namespace | string | The namespace for the Kubernetes resource. |
hpa | string | The hpaname for the Kubernetes resource. |
name
Type:
string
The name for the Kubernetes resource.
namespace
Type:
string
The namespace for the Kubernetes resource.
hpaName?
Type:
string
(optional)
The hpaname for the Kubernetes resource.