BastionHostArgs

constructor(copyPasteEnabled: Output<Boolean>? = null, fileCopyEnabled: Output<Boolean>? = null, ipConfiguration: Output<BastionHostIpConfigurationArgs>? = null, ipConnectEnabled: Output<Boolean>? = null, kerberosEnabled: Output<Boolean>? = null, location: Output<String>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, scaleUnits: Output<Int>? = null, sessionRecordingEnabled: Output<Boolean>? = null, shareableLinkEnabled: Output<Boolean>? = null, sku: Output<String>? = null, tags: Output<Map<String, String>>? = null, tunnelingEnabled: Output<Boolean>? = null, virtualNetworkId: Output<String>? = null, zones: Output<List<String>>? = null)