Interface CfnWorkspaceInstance.ILicenseConfigurationRequestProperty
Namespace: Amazon.CDK.AWS.WorkspacesInstances
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWorkspaceInstance.ILicenseConfigurationRequestProperty
Syntax (vb)
Public Interface CfnWorkspaceInstance.ILicenseConfigurationRequestProperty
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 licenseConfigurationRequestProperty = new LicenseConfigurationRequestProperty {
LicenseConfigurationArn = "licenseConfigurationArn"
};
Synopsis
Properties
| LicenseConfigurationArn |
Properties
LicenseConfigurationArn
string? LicenseConfigurationArn { get; }