Show / Hide Table of Contents

Class CfnWorkspaceInstancePropsMixin.PlacementProperty

Inheritance
object
CfnWorkspaceInstancePropsMixin.PlacementProperty
Implements
CfnWorkspaceInstancePropsMixin.IPlacementProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.WorkspacesInstances.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnWorkspaceInstancePropsMixin.PlacementProperty : CfnWorkspaceInstancePropsMixin.IPlacementProperty
Syntax (vb)
Public Class CfnWorkspaceInstancePropsMixin.PlacementProperty Implements CfnWorkspaceInstancePropsMixin.IPlacementProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-placement.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 placementProperty = new PlacementProperty {
                 AvailabilityZone = "availabilityZone",
                 GroupId = "groupId",
                 GroupName = "groupName",
                 PartitionNumber = 123,
                 Tenancy = "tenancy"
             };

Synopsis

Constructors

PlacementProperty()

Properties

AvailabilityZone
GroupId
GroupName
PartitionNumber
Tenancy

Constructors

PlacementProperty()

public PlacementProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-placement.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 placementProperty = new PlacementProperty {
                 AvailabilityZone = "availabilityZone",
                 GroupId = "groupId",
                 GroupName = "groupName",
                 PartitionNumber = 123,
                 Tenancy = "tenancy"
             };

Properties

AvailabilityZone

public string? AvailabilityZone { get; set; }
Property Value

string

Remarks

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

GroupId

public string? GroupId { get; set; }
Property Value

string

Remarks

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

GroupName

public string? GroupName { get; set; }
Property Value

string

Remarks

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

PartitionNumber

public double? PartitionNumber { get; set; }
Property Value

double?

Remarks

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

Tenancy

public string? Tenancy { get; set; }
Property Value

string

Remarks

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

Implements

CfnWorkspaceInstancePropsMixin.IPlacementProperty
Back to top Generated by DocFX