The supported tenancy of instances launched into the VPC.  The default value is "default".
            
 Declaration Syntax
 Declaration Syntax| C# | 
public string InstanceTenancy { get; set; }
 Remarks
 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.