aws-cdk-lib.aws_emrcontainers.CfnVirtualCluster.ContainerInfoProperty

interface ContainerInfoProperty

LanguageType name
.NETAmazon.CDK.AWS.EMRContainers.CfnVirtualCluster.ContainerInfoProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsemrcontainers#CfnVirtualCluster_ContainerInfoProperty
Javasoftware.amazon.awscdk.services.emrcontainers.CfnVirtualCluster.ContainerInfoProperty
Pythonaws_cdk.aws_emrcontainers.CfnVirtualCluster.ContainerInfoProperty
TypeScript aws-cdk-lib » aws_emrcontainers » CfnVirtualCluster » ContainerInfoProperty

The information about the container used for a job run or a managed endpoint.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_emrcontainers as emrcontainers } from 'aws-cdk-lib';
const containerInfoProperty: emrcontainers.CfnVirtualCluster.ContainerInfoProperty = {
  eksInfo: {
    namespace: 'namespace',
  },
};

Properties

NameTypeDescription
eksInfoIResolvable | EksInfoPropertyThe information about the Amazon EKS cluster.

eksInfo

Type: IResolvable | EksInfoProperty

The information about the Amazon EKS cluster.