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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnSpotFleetPropsMixin.IamInstanceProfileSpecificationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The Amazon Resource Name (ARN) of the instance profile.- See Also:
-
builder
@Stability(Stable) static CfnSpotFleetPropsMixin.IamInstanceProfileSpecificationProperty.Builder builder()
-