Interface CfnWorkspaceInstance.IIamInstanceProfileSpecificationProperty
Namespace: Amazon.CDK.AWS.WorkspacesInstances
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWorkspaceInstance.IIamInstanceProfileSpecificationProperty
Syntax (vb)
Public Interface 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
Properties
| Arn | |
| Name |
Properties
Arn
string? Arn { get; }