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