interface InstanceGroupConfigReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.EMR.InstanceGroupConfigReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsemr#InstanceGroupConfigReference |
Java | software.amazon.awscdk.interfaces.emr.InstanceGroupConfigReference |
Python | aws_cdk.interfaces.aws_emr.InstanceGroupConfigReference |
TypeScript | aws-cdk-lib » interfaces » aws_emr » InstanceGroupConfigReference |
A reference to a InstanceGroupConfig resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_emr as interfaces_aws_emr } from 'aws-cdk-lib/interfaces';
const instanceGroupConfigReference: interfaces_aws_emr.InstanceGroupConfigReference = {
instanceGroupConfigId: 'instanceGroupConfigId',
};
Properties
| Name | Type | Description |
|---|---|---|
| instance | string | The Id of the InstanceGroupConfig resource. |
instanceGroupConfigId
Type:
string
The Id of the InstanceGroupConfig resource.

.NET
Go
Java
Python
TypeScript