Automation Account Args
constructor(automationAccountName: Output<String>? = null, disableLocalAuth: Output<Boolean>? = null, encryption: Output<EncryptionPropertiesArgs>? = null, identity: Output<IdentityArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, publicNetworkAccess: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, sku: Output<SkuArgs>? = null, tags: Output<Map<String, String>>? = null)