Show / Hide Table of Contents

Interface CfnWorkspaceInstancePropsMixin.ICpuOptionsRequestProperty

Namespace: Amazon.CDK.Mixins.Preview.AWS.WorkspacesInstances.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnWorkspaceInstancePropsMixin.ICpuOptionsRequestProperty
Syntax (vb)
Public Interface CfnWorkspaceInstancePropsMixin.ICpuOptionsRequestProperty
Remarks

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

             var cpuOptionsRequestProperty = new CpuOptionsRequestProperty {
                 CoreCount = 123,
                 ThreadsPerCore = 123
             };

Synopsis

Properties

CoreCount
ThreadsPerCore

Properties

CoreCount

double? CoreCount { get; }
Property Value

double?

Remarks

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

ThreadsPerCore

double? ThreadsPerCore { get; }
Property Value

double?

Remarks

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

Back to top Generated by DocFX