Show / Hide Table of Contents

Class CfnSpotFleet.IamInstanceProfileSpecificationProperty

Describes an IAM instance profile.

Inheritance
object
CfnSpotFleet.IamInstanceProfileSpecificationProperty
Implements
CfnSpotFleet.IIamInstanceProfileSpecificationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSpotFleet.IamInstanceProfileSpecificationProperty : CfnSpotFleet.IIamInstanceProfileSpecificationProperty
Syntax (vb)
Public Class CfnSpotFleet.IamInstanceProfileSpecificationProperty Implements CfnSpotFleet.IIamInstanceProfileSpecificationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-iaminstanceprofilespecification.html

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

IamInstanceProfileSpecificationProperty()

Describes an IAM instance profile.

Properties

Arn

The Amazon Resource Name (ARN) of the instance profile.

Constructors

IamInstanceProfileSpecificationProperty()

Describes an IAM instance profile.

public IamInstanceProfileSpecificationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-iaminstanceprofilespecification.html

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"
             };

Properties

Arn

The Amazon Resource Name (ARN) of the instance profile.

public string? Arn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-iaminstanceprofilespecification.html#cfn-ec2-spotfleet-iaminstanceprofilespecification-arn

Implements

CfnSpotFleet.IIamInstanceProfileSpecificationProperty
Back to top Generated by DocFX