Show / Hide Table of Contents

Interface CfnWorkspaceInstancePropsMixin.ICreditSpecificationRequestProperty

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-creditspecificationrequest.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 creditSpecificationRequestProperty = new CreditSpecificationRequestProperty {
                 CpuCredits = "cpuCredits"
             };

Synopsis

Properties

CpuCredits

Properties

CpuCredits

string? CpuCredits { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX