Class CfnEC2FleetPropsMixin.IamInstanceProfileSpecificationProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnEC2FleetPropsMixin.IamInstanceProfileSpecificationProperty : CfnEC2FleetPropsMixin.IIamInstanceProfileSpecificationProperty
Syntax (vb)
Public Class CfnEC2FleetPropsMixin.IamInstanceProfileSpecificationProperty Implements CfnEC2FleetPropsMixin.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.CfnPropertyMixins.AWS.EC2;
var iamInstanceProfileSpecificationProperty = new IamInstanceProfileSpecificationProperty {
Arn = "arn",
Name = "name"
};
Synopsis
Constructors
| IamInstanceProfileSpecificationProperty() |
Properties
| Arn | |
| Name |
Constructors
IamInstanceProfileSpecificationProperty()
public IamInstanceProfileSpecificationProperty()
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.CfnPropertyMixins.AWS.EC2;
var iamInstanceProfileSpecificationProperty = new IamInstanceProfileSpecificationProperty {
Arn = "arn",
Name = "name"
};
Properties
Arn
public string? Arn { get; set; }
Property Value
Remarks
Name
public string? Name { get; set; }