Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-licenseconfigurationrequest.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.WorkspacesInstances;

             var licenseConfigurationRequestProperty = new LicenseConfigurationRequestProperty {
                 LicenseConfigurationArn = "licenseConfigurationArn"
             };

Synopsis

Properties

LicenseConfigurationArn

Properties

LicenseConfigurationArn

string? LicenseConfigurationArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-licenseconfigurationrequest.html#cfn-workspacesinstances-workspaceinstance-licenseconfigurationrequest-licenseconfigurationarn

Back to top Generated by DocFX