interface ContainerInfoProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.EMRContainers.CfnVirtualClusterPropsMixin.ContainerInfoProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsemrcontainers#CfnVirtualClusterPropsMixin_ContainerInfoProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.emrcontainers.CfnVirtualClusterPropsMixin.ContainerInfoProperty |
Python | aws_cdk.cfn_property_mixins.aws_emrcontainers.CfnVirtualClusterPropsMixin.ContainerInfoProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_emrcontainers » CfnVirtualClusterPropsMixin » 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/cfn-property-mixins';
const containerInfoProperty: emrcontainers.CfnVirtualClusterPropsMixin.ContainerInfoProperty = {
eksInfo: {
namespace: 'namespace',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| eks | IResolvable | Eks | The information about the Amazon EKS cluster. |
eksInfo?
Type:
IResolvable | Eks
(optional)
The information about the Amazon EKS cluster.

.NET
Go
Java
Python
TypeScript