ApplicationGatewayListenerArgs

constructor(frontendIPConfiguration: Output<SubResourceArgs>? = null, frontendPort: Output<SubResourceArgs>? = null, hostNames: Output<List<String>>? = null, id: Output<String>? = null, name: Output<String>? = null, protocol: Output<Either<String, ApplicationGatewayProtocol>>? = null, sslCertificate: Output<SubResourceArgs>? = null, sslProfile: Output<SubResourceArgs>? = null)