Class CfnSpotFleet.IamInstanceProfileSpecificationProperty
Describes an IAM instance profile.
Inheritance
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IamInstanceProfileSpecificationProperty : Object, CfnSpotFleet.IIamInstanceProfileSpecificationProperty
Syntax (vb)
Public Class IamInstanceProfileSpecificationProperty
Inherits Object
Implements CfnSpotFleet.IIamInstanceProfileSpecificationProperty
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.AWS.EC2;
var iamInstanceProfileSpecificationProperty = new IamInstanceProfileSpecificationProperty {
Arn = "arn"
};
Synopsis
Constructors
Iam |
Properties
Arn | The Amazon Resource Name (ARN) of the instance profile. |
Constructors
IamInstanceProfileSpecificationProperty()
public IamInstanceProfileSpecificationProperty()
Properties
Arn
The Amazon Resource Name (ARN) of the instance profile.
public string Arn { get; set; }
Property Value
System.