Interface CfnSpotFleetPropsMixin.IamInstanceProfileSpecificationProperty

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

@Stability(Stable) public static interface CfnSpotFleetPropsMixin.IamInstanceProfileSpecificationProperty extends software.amazon.jsii.JsiiSerializable
Describes an IAM instance profile.

Example:

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

See Also: