Class CfnWorkspaceInstancePropsMixin.PlacementProperty
Implements
Inherited Members
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
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
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
Remarks
GroupId
public string? GroupId { get; set; }
Property Value
Remarks
GroupName
public string? GroupName { get; set; }
Property Value
Remarks
PartitionNumber
public double? PartitionNumber { get; set; }
Property Value
Remarks
Tenancy
public string? Tenancy { get; set; }