AWS SDK for .NET Documentation
InstanceTenancy Property
AmazonAmazon.EC2.UtilLaunchVPCWithPublicSubnetRequestInstanceTenancy Did this page help you?   Yes   No    Tell us about it...
The supported tenancy of instances launched into the VPC. The default value is "default".
Declaration Syntax
C#
public string InstanceTenancy { get; set; }
Remarks
A value of "default" means instances can be launched with any tenancy; a value of "dedicated" means all instances launched into the VPC will be launched as dedicated tenancy instances regardless of the tenancy assigned to the instance at launch. Setting the instance's tenancy attribute to dedicated specifies that your instance will run on single-tenant hardware.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)