interface InstanceGroupConfigReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EMR.InstanceGroupConfigReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsemr#InstanceGroupConfigReference |
![]() | software.amazon.awscdk.services.emr.InstanceGroupConfigReference |
![]() | aws_cdk.aws_emr.InstanceGroupConfigReference |
![]() | aws-cdk-lib » 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 emr } from 'aws-cdk-lib';
const instanceGroupConfigReference: 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.