Interface CfnEC2Fleet.IamInstanceProfileSpecificationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnEC2Fleet.IamInstanceProfileSpecificationProperty.Jsii$Proxy
Enclosing class:
CfnEC2Fleet

@Stability(Stable) public static interface CfnEC2Fleet.IamInstanceProfileSpecificationProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ec2.*;
 IamInstanceProfileSpecificationProperty iamInstanceProfileSpecificationProperty = IamInstanceProfileSpecificationProperty.builder()
         .arn("arn")
         .name("name")
         .build();
 

See Also: