BastionHostArgs

constructor(bastionHostName: Output<String>? = null, disableCopyPaste: Output<Boolean>? = null, dnsName: Output<String>? = null, enableFileCopy: Output<Boolean>? = null, enableIpConnect: Output<Boolean>? = null, enableKerberos: Output<Boolean>? = null, enableShareableLink: Output<Boolean>? = null, enableTunneling: Output<Boolean>? = null, id: Output<String>? = null, ipConfigurations: Output<List<BastionHostIPConfigurationArgs>>? = null, location: Output<String>? = null, resourceGroupName: Output<String>? = null, scaleUnits: Output<Int>? = null, sku: Output<SkuArgs>? = null, tags: Output<Map<String, String>>? = null)