InstanceFleetConfigReference
- class aws_cdk.aws_emr.InstanceFleetConfigReference(*, instance_fleet_config_id)
Bases:
object
A reference to a InstanceFleetConfig resource.
- Parameters:
instance_fleet_config_id (
str
) – The Id of the InstanceFleetConfig resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_emr as emr instance_fleet_config_reference = emr.InstanceFleetConfigReference( instance_fleet_config_id="instanceFleetConfigId" )
Attributes
- instance_fleet_config_id
The Id of the InstanceFleetConfig resource.