Show / Hide Table of Contents

Interface IInstanceFleetConfigReference

A reference to a InstanceFleetConfig resource.

Namespace: Amazon.CDK.Interfaces.EMR
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IInstanceFleetConfigReference
Syntax (vb)
Public Interface IInstanceFleetConfigReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.EMR;

            var instanceFleetConfigReference = new InstanceFleetConfigReference {
                InstanceFleetConfigId = "instanceFleetConfigId"
            };

Synopsis

Properties

InstanceFleetConfigId

The Id of the InstanceFleetConfig resource.

Properties

InstanceFleetConfigId

The Id of the InstanceFleetConfig resource.

string InstanceFleetConfigId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX